We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912838d commit b1ec046Copy full SHA for b1ec046
test/integration/size-limit/test/index.test.js
@@ -80,7 +80,7 @@ describe('Production response size', () => {
80
)
81
82
// These numbers are without gzip compression!
83
- const delta = responseSizesBytes - 280 * 1024
+ const delta = responseSizesBytes - 281 * 1024
84
expect(delta).toBeLessThanOrEqual(1024) // don't increase size more than 1kb
85
expect(delta).toBeGreaterThanOrEqual(-1024) // don't decrease size more than 1kb without updating target
86
})
0 commit comments