We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729da75 commit cdfcf9bCopy full SHA for cdfcf9b
test/integration/custom-error/test/index.test.js
@@ -41,7 +41,7 @@ describe('Custom _error', () => {
41
await retry(async () => {
42
// retry because the page might not be built yet
43
const html = await renderViaHTTP(appPort, '/404')
44
- expect(html).toContain('Unexpected token')
+ expect(html).toContain('Unexpected eof')
45
expect(stderr).not.toMatch(customErrNo404Match)
46
})
47
} finally {
0 commit comments