diff options
Diffstat (limited to 'cli/tests/testdata/lockfile/no_dts/mod.js')
-rw-r--r-- | cli/tests/testdata/lockfile/no_dts/mod.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/lockfile/no_dts/mod.js b/cli/tests/testdata/lockfile/no_dts/mod.js deleted file mode 100644 index 8ac948700..000000000 --- a/cli/tests/testdata/lockfile/no_dts/mod.js +++ /dev/null @@ -1,4 +0,0 @@ -/// <reference types="./mod.d.ts" /> -export function test() { - return 5; -} |