Skip to content

Commit

Permalink
Update size-limit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 1, 2020
1 parent 7f8ce21 commit 5ff9eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/size-limit/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ describe('Production response size', () => {
const delta = responseSizesBytes / 1024

// Expected difference: < 0.5
expect(delta).toBeCloseTo(281.4, 0)
expect(delta).toBeCloseTo(282.4, 0)
})
})

0 comments on commit 5ff9eb8

Please sign in to comment.