Skip to content

Commit 8fc9d5e

Browse files
committed
minor #837 [Chore] Upgrading yarn.lock (weaverryan)
This PR was squashed before being merged into the master branch. Discussion ---------- [Chore] Upgrading yarn.lock Commits ------- fd76a5a meaningless changes for tests 5effe13 upgrading deps
2 parents 1f93497 + fd76a5a commit 8fc9d5e

File tree

2 files changed

+1359
-1499
lines changed

2 files changed

+1359
-1499
lines changed

test/functional.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -2311,16 +2311,16 @@ module.exports = {
23112311
expect(config.outputPath).to.be.a.directory()
23122312
.with.files([
23132313
'entrypoints.json',
2314-
'runtime.518d4a5c.js',
2315-
'main.78f7d83e.js',
2314+
'runtime.d94b3b43.js',
2315+
'main.31fd3788.js',
23162316
'manifest.json',
23172317
'symfony_logo.91beba37.png',
23182318
'symfony_logo_alt.f880ba14.png',
23192319
]);
23202320

23212321
webpackAssert.assertManifestPath(
23222322
'build/main.js',
2323-
'/build/main.78f7d83e.js'
2323+
'/build/main.31fd3788.js'
23242324
);
23252325
}
23262326

@@ -2697,12 +2697,12 @@ module.exports = {
26972697
webpackAssert.assertOutputJsonFileMatches('entrypoints.json', {
26982698
entrypoints: {
26992699
main: {
2700-
js: ['/build/runtime.js', '/build/1.js', '/build/0.js', '/build/main.js'],
2701-
css: ['/build/0.css']
2700+
js: ['/build/runtime.js', '/build/0.js', '/build/1.js', '/build/main.js'],
2701+
css: ['/build/1.css']
27022702
},
27032703
other: {
2704-
js: ['/build/runtime.js', '/build/1.js', '/build/0.js', '/build/other.js'],
2705-
css: ['/build/0.css']
2704+
js: ['/build/runtime.js', '/build/0.js', '/build/1.js', '/build/other.js'],
2705+
css: ['/build/1.css']
27062706
}
27072707
}
27082708
});

0 commit comments

Comments
 (0)