Skip to content

Commit b0f7190

Browse files
committed
Update some hashes in functional tests
1 parent 4f6171b commit b0f7190

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: test/functional.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ describe('Functional tests using webpack', function() {
421421
if (!process.env.DISABLE_UNSTABLE_CHECKS) {
422422
expect(config.outputPath).to.be.a.directory()
423423
.with.files([
424-
'main.17fed796.js',
424+
'main.afbd5350.js',
425425
'styles.622a49c8.css',
426426
'manifest.json',
427427
'entrypoints.json',
@@ -524,14 +524,14 @@ describe('Functional tests using webpack', function() {
524524
if (!process.env.DISABLE_UNSTABLE_CHECKS) {
525525
expect(config.outputPath).to.be.a.directory()
526526
.with.files([
527-
'js_no_require_js-css_h1_style_css.d4b1e6ac.js', // chunks are also versioned
527+
'js_no_require_js-css_h1_style_css.141b339c.js', // chunks are also versioned
528528
'js_no_require_js-css_h1_style_css.622a49c8.css',
529-
'main.9356157e.js',
529+
'main.fb2d11f3.js',
530530
'h1.622a49c8.css',
531531
'bg.b7945d2f.css',
532532
'manifest.json',
533533
'entrypoints.json',
534-
'runtime.50ac4bcd.js',
534+
'runtime.3f2b2a52.js',
535535
]);
536536
}
537537

0 commit comments

Comments
 (0)