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)