diff options
Diffstat (limited to 'tests/specs/run/import_common_js/index.cjs')
-rw-r--r-- | tests/specs/run/import_common_js/index.cjs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/specs/run/import_common_js/index.cjs b/tests/specs/run/import_common_js/index.cjs index 18caf81e9..0026e237d 100644 --- a/tests/specs/run/import_common_js/index.cjs +++ b/tests/specs/run/import_common_js/index.cjs @@ -1,9 +1,7 @@ const process = require("process"); -const a = require("./a"); console.log(process.cwd()); module.exports = { cwd: process.cwd, - foobar: a.foobar, }; |