Skip to content

Commit

Permalink
Update build output test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 28, 2020
1 parent 962a9bd commit 32e5f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/build-output/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('Build Output', () => {
expect(parseFloat(err404Size) - 3.5).toBeLessThanOrEqual(0)
expect(err404Size.endsWith('kB')).toBe(true)

expect(parseFloat(err404FirstLoad) - 64.1).toBeLessThanOrEqual(0)
expect(parseFloat(err404FirstLoad) - 64.2).toBeLessThanOrEqual(0)
expect(err404FirstLoad.endsWith('kB')).toBe(true)

expect(parseFloat(sharedByAll) - 60.7).toBeLessThanOrEqual(0)
Expand Down

0 comments on commit 32e5f95

Please sign in to comment.