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:
parent
0d042d8e54
commit
0b4a6c4d08
3 changed files with 0 additions and 9 deletions
|
@ -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",
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
import clone from "https://jspm.dev/lodash@4/clone";
|
||||
|
||||
console.log(clone);
|
|
@ -1 +0,0 @@
|
|||
[Function: clone]
|
Loading…
Reference in a new issue