Skip to content

Commit 23e2018

Browse files
committed
test: update async size test
1 parent b9f5cfe commit 23e2018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dev/async-config.size-limit.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('nuxt basic resources size limit', () => {
2020
it('should stay within the size limit range in legacy mode', async () => {
2121
const legacyResourcesSize = await getResourcesSize(distDir, 'client', { gzip: true, brotli: true })
2222

23-
const LEGACY_JS_RESOURCES_KB_SIZE = 240
23+
const LEGACY_JS_RESOURCES_KB_SIZE = 253
2424
expect(legacyResourcesSize.uncompressed).toBeWithinSize(LEGACY_JS_RESOURCES_KB_SIZE)
2525

2626
const LEGACY_JS_RESOURCES_GZIP_KB_SIZE = 83

0 commit comments

Comments
 (0)