diff options
Diffstat (limited to 'std/node/tests/cjs/cjs_b.js')
-rw-r--r-- | std/node/tests/cjs/cjs_b.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/std/node/tests/cjs/cjs_b.js b/std/node/tests/cjs/cjs_b.js deleted file mode 100644 index 2bbf75809..000000000 --- a/std/node/tests/cjs/cjs_b.js +++ /dev/null @@ -1,6 +0,0 @@ -function helloB() { - return "B"; -} - -// deno-lint-ignore no-undef -module.exports = { helloB }; |