Skip to content

Commit

Permalink
Add new limit for size
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 11, 2019
1 parent 2f22fbf commit f9efe05
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 @@ -66,6 +66,6 @@ describe('Production response size', () => {
console.log(`Response Sizes:\n${responseSizes.map(obj => ` ${obj.url}: ${obj.bytes} (bytes)`).join('\n')} \nOverall: ${responseSizeKilobytes} KB`)

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

0 comments on commit f9efe05

Please sign in to comment.