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 991fffc commit 0c17db4Copy full SHA for 0c17db4
test/integration/build-output/test/index.test.js
@@ -115,7 +115,7 @@ describe('Build Output', () => {
115
expect(parseFloat(size)).toBeGreaterThan(0)
116
}
117
118
- const gz = gzipSize !== false
+ // const gz = gzipSize !== false
119
120
// expect(parseFloat(indexSize) / 1000).toBeCloseTo(
121
// gz ? 0.251 : 0.394,
0 commit comments