Skip to content

Commit

Permalink
Update some hashes in functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrkan committed Dec 3, 2020
1 parent 4f6171b commit b0f7190
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/functional.js
Expand Up @@ -421,7 +421,7 @@ describe('Functional tests using webpack', function() {
if (!process.env.DISABLE_UNSTABLE_CHECKS) {
expect(config.outputPath).to.be.a.directory()
.with.files([
'main.17fed796.js',
'main.afbd5350.js',
'styles.622a49c8.css',
'manifest.json',
'entrypoints.json',
Expand Down Expand Up @@ -524,14 +524,14 @@ describe('Functional tests using webpack', function() {
if (!process.env.DISABLE_UNSTABLE_CHECKS) {
expect(config.outputPath).to.be.a.directory()
.with.files([
'js_no_require_js-css_h1_style_css.d4b1e6ac.js', // chunks are also versioned
'js_no_require_js-css_h1_style_css.141b339c.js', // chunks are also versioned
'js_no_require_js-css_h1_style_css.622a49c8.css',
'main.9356157e.js',
'main.fb2d11f3.js',
'h1.622a49c8.css',
'bg.b7945d2f.css',
'manifest.json',
'entrypoints.json',
'runtime.50ac4bcd.js',
'runtime.3f2b2a52.js',
]);
}

Expand Down

0 comments on commit b0f7190

Please sign in to comment.