Skip to content

Commit

Permalink
improve CI stability (#30171)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored Oct 22, 2021
1 parent 8a4d1f7 commit 0f453c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/development/basic/hmr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ describe('basic HMR', () => {
expect(next.cliOutput.slice(start)).toContain(
'compiling /hmr/new-page...'
)
expect(next.cliOutput.slice(start)).toContain('compiling /_error...')
expect(next.cliOutput).toContain('compiling /_error...')
} catch (err) {
await next.deleteFile(newPage)
throw err
Expand Down

0 comments on commit 0f453c0

Please sign in to comment.