Skip to content

Commit c326a64

Browse files
committed
test: Update build output limit
1 parent f51c47e commit c326a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('Build Output', () => {
104104
expect(parseFloat(err404FirstLoad)).toBeCloseTo(67, 1)
105105
expect(err404FirstLoad.endsWith('kB')).toBe(true)
106106

107-
expect(parseFloat(sharedByAll)).toBeCloseTo(63.5, 1)
107+
expect(parseFloat(sharedByAll)).toBeCloseTo(63.6, 1)
108108
expect(sharedByAll.endsWith('kB')).toBe(true)
109109

110110
if (_appSize.endsWith('kB')) {

0 commit comments

Comments
 (0)