Skip to content

Commit

Permalink
test: Updating tests to account for entry edits
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Feb 2, 2023
1 parent a2fdd40 commit 076d599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/cli/tests/images/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ exports.default = {
'ssr-build/ssr-bundle.css': 2346,
'ssr-build/ssr-bundle.css.map': 3603,

'bundle.0b505.js': 21563,
'bundle.0b505.js.map': 86009,
'bundle.0b505.legacy.js': 22586,
'bundle.0b505.legacy.js.map': 107151,
'bundle.263af.js': 21563,
'bundle.263af.js.map': 86009,
'bundle.263af.legacy.js': 22586,
'bundle.263af.legacy.js.map': 107151,
'bundle.6329a.css': 1173,
'bundle.6329a.css.map': 2165,

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/tests/service-worker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ describe('service worker', () => {
await page.$$eval('script[type=__PREACT_CLI_DATA__]', nodes =>
nodes.map(n => n.innerText)
)
).toEqual(['%7B%22preRenderData%22:%7B%22url%22:%22/200.html%22%7D%7D']);
).toEqual(['%7B%22prerenderData%22:%7B%22url%22:%22/200.html%22%7D%7D']);
});
});

0 comments on commit 076d599

Please sign in to comment.