diff options
-rw-r--r-- | cli/tests/integration/run_tests.rs | 5 | ||||
-rw-r--r-- | cli/tests/testdata/run/fix_exotic_specifiers.ts | 3 | ||||
-rw-r--r-- | cli/tests/testdata/run/fix_exotic_specifiers.ts.out | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index e9285c603..f9daa7aa7 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -1255,11 +1255,6 @@ itest!(fix_emittable_skipped { output: "run/fix_emittable_skipped.ts.out", }); -itest!(fix_exotic_specifiers { - args: "run --quiet --reload run/fix_exotic_specifiers.ts", - output: "run/fix_exotic_specifiers.ts.out", -}); - itest!(fix_js_import_js { args: "run --quiet --reload run/fix_js_import_js.ts", output: "run/fix_js_import_js.ts.out", diff --git a/cli/tests/testdata/run/fix_exotic_specifiers.ts b/cli/tests/testdata/run/fix_exotic_specifiers.ts deleted file mode 100644 index 101667b2a..000000000 --- a/cli/tests/testdata/run/fix_exotic_specifiers.ts +++ /dev/null @@ -1,3 +0,0 @@ -import clone from "https://jspm.dev/lodash@4/clone"; - -console.log(clone); diff --git a/cli/tests/testdata/run/fix_exotic_specifiers.ts.out b/cli/tests/testdata/run/fix_exotic_specifiers.ts.out deleted file mode 100644 index 7afdb808d..000000000 --- a/cli/tests/testdata/run/fix_exotic_specifiers.ts.out +++ /dev/null @@ -1 +0,0 @@ -[Function: clone] |