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