Skip to content

Commit

Permalink
tests: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 8, 2020
1 parent db4c1f3 commit b3b203e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cache/cache.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('cache', () => {
expect(exitCode).toEqual(0);

if (isWebpack5) {
console.log(stderr);
expect(stderr.match(/No pack exists at/g)).toHaveLength(2);
expect(stderr.match(/Stored pack/g)).toHaveLength(2);
expect(stderr).toBeTruthy();
Expand Down

0 comments on commit b3b203e

Please sign in to comment.