Skip to content

Commit

Permalink
update build-output test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigiz committed May 7, 2021
1 parent e3805a4 commit 2bd9c9e
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 @@ -99,7 +99,7 @@ describe('Build Output', () => {
expect(indexSize.endsWith('B')).toBe(true)

// should be no bigger than 64.8 kb
expect(parseFloat(indexFirstLoad)).toBeCloseTo(63.5, 1)
expect(parseFloat(indexFirstLoad)).toBeCloseTo(63.6, 1)
expect(indexFirstLoad.endsWith('kB')).toBe(true)

expect(parseFloat(err404Size)).toBeCloseTo(3.04, 1)
Expand Down

0 comments on commit 2bd9c9e

Please sign in to comment.