Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 1, 2020
1 parent 64aa4a6 commit a4debc9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ describe('Handle non-page in pages when target: serverless', () => {
const { stderr } = await nextBuild(appDir, [], { stderr: true })

expect(stderr).toMatch(
/webpack build failed: found page without a React Component as default export in/
/found page without a React Component as default export in/
)
expect(stderr).toMatch(/pages\/invalid/)
})
Expand Down

0 comments on commit a4debc9

Please sign in to comment.