Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 30, 2021
1 parent 991fffc commit 0c17db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/build-output/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('Build Output', () => {
expect(parseFloat(size)).toBeGreaterThan(0)
}

const gz = gzipSize !== false
// const gz = gzipSize !== false

// expect(parseFloat(indexSize) / 1000).toBeCloseTo(
// gz ? 0.251 : 0.394,
Expand Down

0 comments on commit 0c17db4

Please sign in to comment.