Skip to content

Commit

Permalink
Fix build size
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Dec 1, 2024
1 parent f953941 commit 274b90a
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 @@ -38,7 +38,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 = 898930;
const expectedBytes = 899999;

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

0 comments on commit 274b90a

Please sign in to comment.