diff options
Diffstat (limited to 'std/node/tests/cjs/cjs_cycle_b.js')
-rw-r--r-- | std/node/tests/cjs/cjs_cycle_b.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/tests/cjs/cjs_cycle_b.js b/std/node/tests/cjs/cjs_cycle_b.js index d85a1fc84..bd18094ce 100644 --- a/std/node/tests/cjs/cjs_cycle_b.js +++ b/std/node/tests/cjs/cjs_cycle_b.js @@ -1,3 +1,4 @@ +// deno-lint-ignore-file no-undef module.exports = false; require("./cjs_cycle_b"); module.exports = true; |