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, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/runtime/esm_imports_b.js b/cli/tests/testdata/runtime/esm_imports_b.js new file mode 100644 index 000000000..840121368 --- /dev/null +++ b/cli/tests/testdata/runtime/esm_imports_b.js @@ -0,0 +1,4 @@ +// deno-lint-ignore-file +export function retb() { + return "b"; +} |
