diff options
Diffstat (limited to 'std/node/tests/cjs/index.js')
-rw-r--r-- | std/node/tests/cjs/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/tests/cjs/index.js b/std/node/tests/cjs/index.js index 5dea52db2..d55928a89 100644 --- a/std/node/tests/cjs/index.js +++ b/std/node/tests/cjs/index.js @@ -1 +1,2 @@ +// deno-lint-ignore no-undef module.exports = { isIndex: true }; |