diff options
Diffstat (limited to 'test/fixtures/es-module-loaders/syntax-error-import.mjs')
-rw-r--r-- | test/fixtures/es-module-loaders/syntax-error-import.mjs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fixtures/es-module-loaders/syntax-error-import.mjs b/test/fixtures/es-module-loaders/syntax-error-import.mjs deleted file mode 100644 index 3a6bc5effc..0000000000 --- a/test/fixtures/es-module-loaders/syntax-error-import.mjs +++ /dev/null @@ -1 +0,0 @@ -import { foo, notfound } from './module-named-exports.mjs'; |