summaryrefslogtreecommitdiff
path: root/std/node/tests/cjs/cjs_b.js
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/tests/cjs/cjs_b.js')
-rw-r--r--std/node/tests/cjs/cjs_b.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/tests/cjs/cjs_b.js b/std/node/tests/cjs/cjs_b.js
index 17499012c..2bbf75809 100644
--- a/std/node/tests/cjs/cjs_b.js
+++ b/std/node/tests/cjs/cjs_b.js
@@ -2,4 +2,5 @@ function helloB() {
return "B";
}
+// deno-lint-ignore no-undef
module.exports = { helloB };