1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 03:29:10 -05:00

chore: remove 'fix_exotic_specifier' test (#16143)

It's a test that's been flaky for a week, and after offline discussion,
we're no longer sure what it's testing.
This commit is contained in:
Bartek Iwańczuk 2022-10-04 14:24:35 +02:00 committed by GitHub
parent 0d042d8e54
commit 0b4a6c4d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View file

@ -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",

View file

@ -1,3 +0,0 @@
import clone from "https://jspm.dev/lodash@4/clone";
console.log(clone);

View file

@ -1 +0,0 @@
[Function: clone]