From a4debc9825736d749b875b1a0b3f1b8cde222f33 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Fri, 31 Jan 2020 19:38:50 -0600 Subject: [PATCH] Update test --- test/integration/handle-non-page-in-pages/test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/handle-non-page-in-pages/test/index.test.js b/test/integration/handle-non-page-in-pages/test/index.test.js index 10cb24fc467b..b18c13ea451a 100644 --- a/test/integration/handle-non-page-in-pages/test/index.test.js +++ b/test/integration/handle-non-page-in-pages/test/index.test.js @@ -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/) })