From 35271c6db782c901fb7c13c5d9b92400a232ce58 Mon Sep 17 00:00:00 2001 From: HarelM Date: Wed, 20 Nov 2024 01:01:18 +0200 Subject: [PATCH] Fix build test --- test/build/min.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build/min.test.ts b/test/build/min.test.ts index e66cee1994..a4e493bd37 100644 --- a/test/build/min.test.ts +++ b/test/build/min.test.ts @@ -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);