diff options
Diffstat (limited to 'std/node/tests/cjs/subdir')
-rw-r--r-- | std/node/tests/cjs/subdir/cjs_c.js | 2 | ||||
-rw-r--r-- | std/node/tests/cjs/subdir/dir/index.js | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/std/node/tests/cjs/subdir/cjs_c.js b/std/node/tests/cjs/subdir/cjs_c.js deleted file mode 100644 index b24caa0c4..000000000 --- a/std/node/tests/cjs/subdir/cjs_c.js +++ /dev/null @@ -1,2 +0,0 @@ -// deno-lint-ignore no-undef -module.exports = "C"; diff --git a/std/node/tests/cjs/subdir/dir/index.js b/std/node/tests/cjs/subdir/dir/index.js deleted file mode 100644 index 0b4d11386..000000000 --- a/std/node/tests/cjs/subdir/dir/index.js +++ /dev/null @@ -1,4 +0,0 @@ -// deno-lint-ignore-file no-undef -const C = require("../cjs_c"); - -module.exports = { C }; |