diff options
Diffstat (limited to 'cli/tests/fix_js_imports.ts')
-rw-r--r-- | cli/tests/fix_js_imports.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/fix_js_imports.ts b/cli/tests/fix_js_imports.ts new file mode 100644 index 000000000..4770b1ab6 --- /dev/null +++ b/cli/tests/fix_js_imports.ts @@ -0,0 +1,3 @@ +import * as amdLike from "./subdir/amd_like.js"; + +console.log(amdLike); |