Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 8, 2020
1 parent 2385e81 commit 5eb515d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cache.test.js
Expand Up @@ -105,6 +105,7 @@ test.serial.cb(

webpack(config, (err, stats) => {
t.is(err, null);
console.log(stats.compilation);
t.is(stats.compilation.errors.length, 0);
t.is(stats.compilation.warnings.length, 0);

Expand Down

0 comments on commit 5eb515d

Please sign in to comment.