Skip to content

Commit ad6619b

Browse files
authored
test: fix (#3009)
1 parent b0868c3 commit ad6619b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runCLITest('CLI', () => {
3737
.replace(/webpack [^ )]+/g, 'webpack x.x.x')
3838
.replace(new RegExp(quotemeta(basePath.replace(/\\/g, '/')), 'g'), 'Xdir')
3939
.replace(new RegExp(quotemeta(basePath), 'g'), 'Xdir')
40-
.replace(/[\\/]static/, '/static')
40+
.replace(/[\\/]public/, '/public')
4141
.replace(/(Hash:) [a-z0-9]+/g, '$1 X')
4242
.replace(/ dependencies:Xms/g, '')
4343
.replace(/, additional resolving: X ms/g, '');

0 commit comments

Comments
 (0)