Skip to content

Commit a3be46e

Browse files
committed
Update yarn.lock
1 parent a902525 commit a3be46e

File tree

2 files changed

+707
-536
lines changed

2 files changed

+707
-536
lines changed

test/functional.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ describe('Functional tests using webpack', function() {
510510
'bg.0ec2735b.css',
511511
'manifest.json',
512512
'entrypoints.json',
513-
'runtime.8818c459.js',
513+
'runtime.a59dcd0a.js',
514514
]);
515515
}
516516

@@ -1902,16 +1902,16 @@ module.exports = {
19021902
expect(config.outputPath).to.be.a.directory()
19031903
.with.files([
19041904
'entrypoints.json',
1905-
'runtime.26bd8744.js',
1906-
'main.c506d5aa.js',
1905+
'runtime.e59078a6.js',
1906+
'main.172bc009.js',
19071907
'manifest.json',
19081908
'symfony_logo.ea1ca6f7.png',
19091909
'symfony_logo_alt.f27119c2.png',
19101910
]);
19111911

19121912
webpackAssert.assertManifestPath(
19131913
'build/main.js',
1914-
'/build/main.c506d5aa.js'
1914+
'/build/main.172bc009.js'
19151915
);
19161916
}
19171917

0 commit comments

Comments
 (0)