Skip to content

Commit

Permalink
test: update test because we don't split the runtime chunk
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Wolf <markus.wolf@new-work.se>
Co-authored-by: Philipp Hinrichsen <philipp.hinrichsen@new-work.se>
Co-authored-by: Robert Kowalski <robert.kowalski@new-work.se>
  • Loading branch information
4 people committed Jan 31, 2022
1 parent c6571ad commit 0592229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spec/integration/pwa/__tests__/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('pwa production build', () => {
// all responses should now come from the service worker
expect(
Array.from(requests.values()).map((r) => r.response().fromServiceWorker())
).toEqual([true, true, true]);
).toEqual([true, true]);

await page.close();
});
Expand Down

0 comments on commit 0592229

Please sign in to comment.