From 0b4a6c4d084df54e827bc7767ce8653e06c45e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 4 Oct 2022 14:24:35 +0200 Subject: 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. --- cli/tests/testdata/run/fix_exotic_specifiers.ts | 3 --- cli/tests/testdata/run/fix_exotic_specifiers.ts.out | 1 - 2 files changed, 4 deletions(-) delete mode 100644 cli/tests/testdata/run/fix_exotic_specifiers.ts delete mode 100644 cli/tests/testdata/run/fix_exotic_specifiers.ts.out (limited to 'cli/tests/testdata/run') 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] -- cgit v1.2.3