From 274b90a94e151987c76095c55b364d8b98115b65 Mon Sep 17 00:00:00 2001 From: HarelM Date: Sun, 1 Dec 2024 22:11:01 +0200 Subject: [PATCH] Fix build size --- 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 a14f6ac23d..07e19a22c2 100644 --- a/test/build/min.test.ts +++ b/test/build/min.test.ts @@ -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);