Skip to content

Commit

Permalink
test: revert debug unit tests log
Browse files Browse the repository at this point in the history
  • Loading branch information
vashzhong committed Mar 29, 2021
1 parent 8574dc1 commit 63c6cc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/loader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('loader', () => {
flags: 1,
});
const stats = await compile(compiler);
console.log("compile stats:", getModuleSource('./example/build/Release/hello.node', stats));

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

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

Expand Down

0 comments on commit 63c6cc5

Please sign in to comment.