Skip to content

Commit

Permalink
Updated expected minified size
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Aug 16, 2024
1 parent e438d62 commit 3098260
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 = 801147;
const expectedBytes = 804323;

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

0 comments on commit 3098260

Please sign in to comment.