Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jun 21, 2018
1 parent e2b92c9 commit 320958f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/production/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('Production Usage', () => {
resources.push(url + 'webpack/' + buildManifest[chunkKey])

// test main.js
const mainJsKey = Object.keys(buildManifest).find((x) => x === 'main.js')
const mainJsKey = Object.keys(buildManifest).find((x) => x === 'static/commons/main')
resources.push(url + buildManifest[mainJsKey])

const responses = await Promise.all(resources.map((resource) => fetch(resource)))
Expand Down

0 comments on commit 320958f

Please sign in to comment.