Skip to content

Commit 213d155

Browse files
committed
fix test
1 parent f8cb2fc commit 213d155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/build-output/test/index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ describe('Build Output', () => {
129129
expect(parseFloat(err404Size)).toBeCloseTo(gz ? 3.17 : 8.51, 1)
130130
expect(err404Size.endsWith('kB')).toBe(true)
131131

132-
expect(parseFloat(err404FirstLoad)).toBeCloseTo(gz ? 66.9 : 205, 1)
132+
expect(parseFloat(err404FirstLoad)).toBeCloseTo(gz ? 66.9 : 204, 1)
133133
expect(err404FirstLoad.endsWith('kB')).toBe(true)
134134

135-
expect(parseFloat(sharedByAll)).toBeCloseTo(gz ? 63.8 : 196, 1)
135+
expect(parseFloat(sharedByAll)).toBeCloseTo(gz ? 63.7 : 196, 1)
136136
expect(sharedByAll.endsWith('kB')).toBe(true)
137137

138138
const appSizeValue = _appSize.endsWith('kB')

0 commit comments

Comments
 (0)