diff options
Diffstat (limited to 'cli/tests/testdata/runtime')
| -rw-r--r-- | cli/tests/testdata/runtime/esm_imports_a.js | 3 | ||||
| -rw-r--r-- | cli/tests/testdata/runtime/esm_imports_b.js | 4 |
2 files changed, 0 insertions, 7 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(); diff --git a/cli/tests/testdata/runtime/esm_imports_b.js b/cli/tests/testdata/runtime/esm_imports_b.js deleted file mode 100644 index 840121368..000000000 --- a/cli/tests/testdata/runtime/esm_imports_b.js +++ /dev/null @@ -1,4 +0,0 @@ -// deno-lint-ignore-file -export function retb() { - return "b"; -} |
