Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Nov 22, 2022
1 parent c08df6e commit 7d37792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/rsc-errors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('app dir - rsc errors', () => {
'/server-with-errors/page-export'
)
expect(html).toContain(
'The default export is not a React Component in page: \\"/server-with-errors/page-export\\"'
'The default export is not a React Component in page:'
)
})
})

0 comments on commit 7d37792

Please sign in to comment.