Skip to content

Commit

Permalink
Expect more output lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Dec 12, 2019
1 parent 642980d commit 3122d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/prerender/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
})

Expand Down

0 comments on commit 3122d2f

Please sign in to comment.