Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 63c6cc5

Browse files
committed
test: revert debug unit tests log
1 parent 8574dc1 commit 63c6cc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/loader.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ describe('loader', () => {
1818
flags: 1,
1919
});
2020
const stats = await compile(compiler);
21-
console.log("compile stats:", getModuleSource('./example/build/Release/hello.node', stats));
2221

2322
expect(
2423
getModuleSource('./example/build/Release/hello.node', stats)
@@ -35,7 +34,6 @@ describe('loader', () => {
3534
name: '[name].[ext]',
3635
});
3736
const stats = await compile(compiler);
38-
console.log("compile stats:", getModuleSource('./broken.node', stats));
3937

4038
expect(getModuleSource('./broken.node', stats)).toMatchSnapshot('module');
4139

0 commit comments

Comments
 (0)