diff options
Diffstat (limited to 'cli/tests/testdata/runtime/esm_imports_a.js')
-rw-r--r-- | cli/tests/testdata/runtime/esm_imports_a.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/runtime/esm_imports_a.js b/cli/tests/testdata/runtime/esm_imports_a.js deleted file mode 100644 index 673cd9aa3..000000000 --- a/cli/tests/testdata/runtime/esm_imports_a.js +++ /dev/null @@ -1,3 +0,0 @@ -import { retb } from "./esm_imports_b.js"; - -if (retb() != "b") throw Error(); |