Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Feb 8, 2022
1 parent 2b096e6 commit e092f6b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -188,7 +188,7 @@ describe('Edge runtime - prod', () => {

it('should render 500 error correctly', async () => {
const path500HTML = await renderViaHTTP(context.appPort, '/err')
expect(path500HTML).toContain('Error: oops')
expect(path500HTML).toContain('custom-500-page')
})

basic(context, 'prod')
Expand Down

0 comments on commit e092f6b

Please sign in to comment.