Skip to content

Commit

Permalink
Fix build test
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Nov 19, 2024
1 parent 7e85591 commit 35271c6
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 @@ -37,7 +37,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 = 896666;
const expectedBytes = 897777;

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

0 comments on commit 35271c6

Please sign in to comment.