Skip to content

Commit

Permalink
Update yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrkan committed Jul 24, 2019
1 parent a902525 commit a3be46e
Show file tree
Hide file tree
Showing 2 changed files with 707 additions and 536 deletions.
8 changes: 4 additions & 4 deletions test/functional.js
Expand Up @@ -510,7 +510,7 @@ describe('Functional tests using webpack', function() {
'bg.0ec2735b.css',
'manifest.json',
'entrypoints.json',
'runtime.8818c459.js',
'runtime.a59dcd0a.js',
]);
}

Expand Down Expand Up @@ -1902,16 +1902,16 @@ module.exports = {
expect(config.outputPath).to.be.a.directory()
.with.files([
'entrypoints.json',
'runtime.26bd8744.js',
'main.c506d5aa.js',
'runtime.e59078a6.js',
'main.172bc009.js',
'manifest.json',
'symfony_logo.ea1ca6f7.png',
'symfony_logo_alt.f27119c2.png',
]);

webpackAssert.assertManifestPath(
'build/main.js',
'/build/main.c506d5aa.js'
'/build/main.172bc009.js'
);
}

Expand Down

0 comments on commit a3be46e

Please sign in to comment.