Skip to content

Commit

Permalink
add missed checking
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 12, 2024
1 parent a57c90a commit a052062
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { nextTestSetup } from 'e2e-utils'

describe('on-request-error - skip-next-internal-error.test', () => {
describe('on-request-error - skip-next-internal-error', () => {
const { next, skipped } = nextTestSetup({
files: __dirname,
skipDeployment: true,
Expand All @@ -18,6 +18,7 @@ describe('on-request-error - skip-next-internal-error.test', () => {
// No navigation errors
expect(output).not.toContain('NEXT_REDIRECT')
expect(output).not.toContain('NEXT_NOT_FOUND')
expect(output).not.toContain('BAILOUT_TO_CLIENT_SIDE_RENDERING')
// No dynamic usage errors
expect(output).not.toContain('DYNAMIC_SERVER_USAGE')
// No react postpone errors
Expand Down

0 comments on commit a052062

Please sign in to comment.