We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51c47e commit c326a64Copy full SHA for c326a64
test/integration/build-output/test/index.test.js
@@ -104,7 +104,7 @@ describe('Build Output', () => {
104
expect(parseFloat(err404FirstLoad)).toBeCloseTo(67, 1)
105
expect(err404FirstLoad.endsWith('kB')).toBe(true)
106
107
- expect(parseFloat(sharedByAll)).toBeCloseTo(63.5, 1)
+ expect(parseFloat(sharedByAll)).toBeCloseTo(63.6, 1)
108
expect(sharedByAll.endsWith('kB')).toBe(true)
109
110
if (_appSize.endsWith('kB')) {
0 commit comments