File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ describe('Functional tests using webpack', function() {
421
421
if ( ! process . env . DISABLE_UNSTABLE_CHECKS ) {
422
422
expect ( config . outputPath ) . to . be . a . directory ( )
423
423
. with . files ( [
424
- 'main.17fed796 .js' ,
424
+ 'main.afbd5350 .js' ,
425
425
'styles.622a49c8.css' ,
426
426
'manifest.json' ,
427
427
'entrypoints.json' ,
@@ -524,14 +524,14 @@ describe('Functional tests using webpack', function() {
524
524
if ( ! process . env . DISABLE_UNSTABLE_CHECKS ) {
525
525
expect ( config . outputPath ) . to . be . a . directory ( )
526
526
. 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
528
528
'js_no_require_js-css_h1_style_css.622a49c8.css' ,
529
- 'main.9356157e .js' ,
529
+ 'main.fb2d11f3 .js' ,
530
530
'h1.622a49c8.css' ,
531
531
'bg.b7945d2f.css' ,
532
532
'manifest.json' ,
533
533
'entrypoints.json' ,
534
- 'runtime.50ac4bcd .js' ,
534
+ 'runtime.3f2b2a52 .js' ,
535
535
] ) ;
536
536
}
537
537
You can’t perform that action at this time.
0 commit comments