Skip to content

Commit

Permalink
updating test hashes after dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed May 6, 2020
1 parent f87806a commit e3deda8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional.js
Original file line number Diff line number Diff line change
Expand Up @@ -2302,16 +2302,16 @@ module.exports = {
expect(config.outputPath).to.be.a.directory()
.with.files([
'entrypoints.json',
'runtime.e9dea5e6.js',
'main.00415522.js',
'runtime.518d4a5c.js',
'main.78f7d83e.js',
'manifest.json',
'symfony_logo.91beba37.png',
'symfony_logo_alt.f880ba14.png',
]);

webpackAssert.assertManifestPath(
'build/main.js',
'/build/main.00415522.js'
'/build/main.78f7d83e.js'
);
}

Expand Down

0 comments on commit e3deda8

Please sign in to comment.