Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increasing the size of default build to 225kb
Browse files Browse the repository at this point in the history
janicklas-ralph committed Oct 28, 2019
1 parent 1ab61d6 commit 7ca58b6
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
@@ -81,7 +81,7 @@ describe('Production response size', () => {
)

// These numbers are without gzip compression!
expect(responseSizeKilobytes).toBeLessThanOrEqual(220) // Kilobytes
expect(responseSizeKilobytes).toBeLessThanOrEqual(225) // Kilobytes
})

it('should not increase the overall response size of modern build', async () => {

0 comments on commit 7ca58b6

Please sign in to comment.