diff options
Diffstat (limited to 'cli/tests/testdata/runtime/esm_imports_b.js')
-rw-r--r-- | cli/tests/testdata/runtime/esm_imports_b.js | 4 |
1 files changed, 0 insertions, 4 deletions
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"; -} |