Skip to content

Commit

Permalink
try remove build output changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 13, 2021
1 parent af499a9 commit 1cba4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/build-output/test/index.test.js
Expand Up @@ -164,11 +164,11 @@ describe('Build Output', () => {
const indexSize = parsePageSize('/')
const indexFirstLoad = parsePageFirstLoad('/')

expect(parseFloat(indexSize)).toBeLessThanOrEqual(3.1)
expect(parseFloat(indexSize)).toBeLessThanOrEqual(3)
expect(parseFloat(indexSize)).toBeGreaterThanOrEqual(2)
expect(indexSize.endsWith('kB')).toBe(true)

expect(parseFloat(indexFirstLoad)).toBeLessThanOrEqual(65.2)
expect(parseFloat(indexFirstLoad)).toBeLessThanOrEqual(65)
expect(parseFloat(indexFirstLoad)).toBeGreaterThanOrEqual(60)
expect(indexFirstLoad.endsWith('kB')).toBe(true)
})
Expand Down

0 comments on commit 1cba4e4

Please sign in to comment.