We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4c1f3 commit b3b203eCopy full SHA for b3b203e
test/cache/cache.test.js
@@ -41,6 +41,7 @@ describe('cache', () => {
41
expect(exitCode).toEqual(0);
42
43
if (isWebpack5) {
44
+ console.log(stderr);
45
expect(stderr.match(/No pack exists at/g)).toHaveLength(2);
46
expect(stderr.match(/Stored pack/g)).toHaveLength(2);
47
expect(stderr).toBeTruthy();
0 commit comments