Skip to content

Commit

Permalink
Update flakey build output test (#51307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 14, 2023
1 parent 9539440 commit c3e2999
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration/build-output/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ describe('Build Output', () => {
expect.stringMatching(/\/10\/1000 \(\d+ ms\)$/),
expect.stringMatching(/\/300\/10 \(\d+ ms\)$/),
// kept in original order
expect.stringMatching(/\/5\/5$/),
expect.stringMatching(/\/25\/25$/),
expect.stringMatching(/\/20\/20$/),
expect.stringMatching(/\/10\/10$/),
expect.stringMatching(/\/5\/5/),
expect.stringMatching(/\/25\/25/),
expect.stringMatching(/\/20\/20/),
expect.stringMatching(/\/10\/10/),
// max of 7 preview paths
' [+2 more paths]',
]) {
Expand Down

0 comments on commit c3e2999

Please sign in to comment.