Skip to content

Commit b1ec046

Browse files
committed
Update size-limit
1 parent 912838d commit b1ec046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/size-limit/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('Production response size', () => {
8080
)
8181

8282
// These numbers are without gzip compression!
83-
const delta = responseSizesBytes - 280 * 1024
83+
const delta = responseSizesBytes - 281 * 1024
8484
expect(delta).toBeLessThanOrEqual(1024) // don't increase size more than 1kb
8585
expect(delta).toBeGreaterThanOrEqual(-1024) // don't decrease size more than 1kb without updating target
8686
})

0 commit comments

Comments
 (0)