Skip to content

Commit

Permalink
fix size test
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 11, 2021
1 parent 26087be commit 6033bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dev/async-config.size-limit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('nuxt basic resources size limit', () => {
const MODERN_JS_RESOURCES_GZIP_KB_SIZE = 64
expect(modernResourcesSize.gzip).toBeWithinSize(MODERN_JS_RESOURCES_GZIP_KB_SIZE)

const MODERN_JS_RESOURCES_BROTLI_KB_SIZE = 55
const MODERN_JS_RESOURCES_BROTLI_KB_SIZE = 58
expect(modernResourcesSize.brotli).toBeWithinSize(MODERN_JS_RESOURCES_BROTLI_KB_SIZE)
})
})

0 comments on commit 6033bfc

Please sign in to comment.