Skip to content

Commit

Permalink
Increase build size
Browse files Browse the repository at this point in the history
  • Loading branch information
ibesora committed Sep 10, 2024
1 parent 5ed3bfe commit a44cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build/min.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('test min build', () => {
const decreaseQuota = 4096;

// feel free to update this value after you've checked that it has changed on purpose :-)
const expectedBytes = 803130;
const expectedBytes = 805435;

expect(actualBytes - expectedBytes).toBeLessThan(increaseQuota);
expect(expectedBytes - actualBytes).toBeLessThan(decreaseQuota);
Expand Down

0 comments on commit a44cf7a

Please sign in to comment.