Skip to content

Commit 32e5f95

Browse files
committed
Update build output test
1 parent 962a9bd commit 32e5f95

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
@@ -101,7 +101,7 @@ describe('Build Output', () => {
101101
expect(parseFloat(err404Size) - 3.5).toBeLessThanOrEqual(0)
102102
expect(err404Size.endsWith('kB')).toBe(true)
103103

104-
expect(parseFloat(err404FirstLoad) - 64.1).toBeLessThanOrEqual(0)
104+
expect(parseFloat(err404FirstLoad) - 64.2).toBeLessThanOrEqual(0)
105105
expect(err404FirstLoad.endsWith('kB')).toBe(true)
106106

107107
expect(parseFloat(sharedByAll) - 60.7).toBeLessThanOrEqual(0)

0 commit comments

Comments
 (0)