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