From 904a99d8d26b4e7e14e9fc95552df70922099e37 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Tue, 1 Jun 2021 13:50:59 +0200 Subject: [PATCH] Update size --- test/integration/build-output/test/index.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/build-output/test/index.test.js b/test/integration/build-output/test/index.test.js index 3c41036834c4f..ad79d8cbf3af8 100644 --- a/test/integration/build-output/test/index.test.js +++ b/test/integration/build-output/test/index.test.js @@ -123,13 +123,13 @@ describe('Build Output', () => { ) expect(indexSize.endsWith('B')).toBe(true) - expect(parseFloat(indexFirstLoad)).toBeCloseTo(gz ? 64.2 : 195, 1) + expect(parseFloat(indexFirstLoad)).toBeCloseTo(gz ? 64.2 : 197, 1) expect(indexFirstLoad.endsWith('kB')).toBe(true) expect(parseFloat(err404Size)).toBeCloseTo(gz ? 3.06 : 8.15, 1) expect(err404Size.endsWith('kB')).toBe(true) - expect(parseFloat(err404FirstLoad)).toBeCloseTo(gz ? 66.3 : 202, 1) + expect(parseFloat(err404FirstLoad)).toBeCloseTo(gz ? 67 : 202, 1) expect(err404FirstLoad.endsWith('kB')).toBe(true) expect(parseFloat(sharedByAll)).toBeCloseTo(gz ? 63.2 : 194, 1)