diff --git a/test/integration/prerender/test/index.test.js b/test/integration/prerender/test/index.test.js index 22c8895738de3..2dd0c3f5bab59 100644 --- a/test/integration/prerender/test/index.test.js +++ b/test/integration/prerender/test/index.test.js @@ -502,6 +502,8 @@ describe('SPR Prerender', () => { afterAll(() => killApp(app)) it('should of formatted build output correctly', () => { + expect(buildOutput).toMatch(/○ \/normal/) + expect(buildOutput).toMatch(/● \/blog\/\[post\]/) expect(buildOutput).toMatch(/\+ 2 more/) })