diff options
Diffstat (limited to 'cli/tests/testdata/run/fix_exotic_specifiers.ts')
-rw-r--r-- | cli/tests/testdata/run/fix_exotic_specifiers.ts | 3 |
1 files changed, 0 insertions, 3 deletions
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); |