Skip to content

Commit 0c17db4

Browse files
committed
lint-fix
1 parent 991fffc commit 0c17db4

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
@@ -115,7 +115,7 @@ describe('Build Output', () => {
115115
expect(parseFloat(size)).toBeGreaterThan(0)
116116
}
117117

118-
const gz = gzipSize !== false
118+
// const gz = gzipSize !== false
119119

120120
// expect(parseFloat(indexSize) / 1000).toBeCloseTo(
121121
// gz ? 0.251 : 0.394,

0 commit comments

Comments
 (0)