diff options
Diffstat (limited to 'tests/testdata/lockfile/basic/main.ts')
-rw-r--r-- | tests/testdata/lockfile/basic/main.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/lockfile/basic/main.ts b/tests/testdata/lockfile/basic/main.ts new file mode 100644 index 000000000..8d07c8153 --- /dev/null +++ b/tests/testdata/lockfile/basic/main.ts @@ -0,0 +1,3 @@ +import { getValue } from "mod"; + +console.log(getValue()); |