Skip to content

Commit

Permalink
test: update unicode-base size
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 9, 2020
1 parent 3ad4c42 commit 6b6a35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dev/unicode-base.size-limit.test.js
Expand Up @@ -20,7 +20,7 @@ describe('nuxt minimal vue-app bundle size limit', () => {
it('should stay within the size limit range', async () => {
const filter = filename => filename === 'vue-app.nuxt.js'
const legacyResourcesSize = await getResourcesSize(distDir, 'client', { filter })
const LEGACY_JS_RESOURCES_KB_SIZE = 16.6
const LEGACY_JS_RESOURCES_KB_SIZE = 17.1
expect(legacyResourcesSize.uncompressed).toBeWithinSize(LEGACY_JS_RESOURCES_KB_SIZE)
})
})

0 comments on commit 6b6a35a

Please sign in to comment.