diff options
Diffstat (limited to 'cli/tests/testdata/run/023_no_ext')
-rw-r--r-- | cli/tests/testdata/run/023_no_ext | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/run/023_no_ext b/cli/tests/testdata/run/023_no_ext deleted file mode 100644 index d2cd6a037..000000000 --- a/cli/tests/testdata/run/023_no_ext +++ /dev/null @@ -1,2 +0,0 @@ -import * as mod4 from "../subdir/mod4.js"; -console.log(mod4.isMod4); |