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 962a9bd commit 32e5f95Copy full SHA for 32e5f95
test/integration/build-output/test/index.test.js
@@ -101,7 +101,7 @@ describe('Build Output', () => {
101
expect(parseFloat(err404Size) - 3.5).toBeLessThanOrEqual(0)
102
expect(err404Size.endsWith('kB')).toBe(true)
103
104
- expect(parseFloat(err404FirstLoad) - 64.1).toBeLessThanOrEqual(0)
+ expect(parseFloat(err404FirstLoad) - 64.2).toBeLessThanOrEqual(0)
105
expect(err404FirstLoad.endsWith('kB')).toBe(true)
106
107
expect(parseFloat(sharedByAll) - 60.7).toBeLessThanOrEqual(0)
0 commit comments