diff options
Diffstat (limited to 'std/node/tests/cjs/cjs_throw.js')
-rw-r--r-- | std/node/tests/cjs/cjs_throw.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/tests/cjs/cjs_throw.js b/std/node/tests/cjs/cjs_throw.js index a636f406b..3def8cc85 100644 --- a/std/node/tests/cjs/cjs_throw.js +++ b/std/node/tests/cjs/cjs_throw.js @@ -2,4 +2,5 @@ function hello() { throw new Error("bye"); } +// deno-lint-ignore no-undef module.exports = { hello }; |