diff options
Diffstat (limited to 'std/node/tests/cjs/cjs_a.js')
-rw-r--r-- | std/node/tests/cjs/cjs_a.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/tests/cjs/cjs_a.js b/std/node/tests/cjs/cjs_a.js index b8f69c857..6295f3a14 100644 --- a/std/node/tests/cjs/cjs_a.js +++ b/std/node/tests/cjs/cjs_a.js @@ -1,3 +1,4 @@ +// deno-lint-ignore-file no-undef /* eslint-disable */ const { helloB } = require("./cjs_b.js"); const C = require("./subdir/cjs_c"); |