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 b0868c3 commit ad6619bCopy full SHA for ad6619b
test/cli/cli.test.js
@@ -37,7 +37,7 @@ runCLITest('CLI', () => {
37
.replace(/webpack [^ )]+/g, 'webpack x.x.x')
38
.replace(new RegExp(quotemeta(basePath.replace(/\\/g, '/')), 'g'), 'Xdir')
39
.replace(new RegExp(quotemeta(basePath), 'g'), 'Xdir')
40
- .replace(/[\\/]static/, '/static')
+ .replace(/[\\/]public/, '/public')
41
.replace(/(Hash:) [a-z0-9]+/g, '$1 X')
42
.replace(/ dependencies:Xms/g, '')
43
.replace(/, additional resolving: X ms/g, '');
0 commit comments