Skip to content

Commit c5b7bb4

Browse files
author
pooya parsa
committed
test: update async-config.size-limit
1 parent 6332aaa commit c5b7bb4

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
@@ -33,7 +33,7 @@ describe('nuxt basic resources size limit', () => {
3333
it('should stay within the size limit range in modern mode', async () => {
3434
const modernResourcesSize = await getResourcesSize(distDir, 'modern', { gzip: true, brotli: true })
3535

36-
const MODERN_JS_RESOURCES_KB_SIZE = 170
36+
const MODERN_JS_RESOURCES_KB_SIZE = 172
3737
expect(modernResourcesSize.uncompressed).toBeWithinSize(MODERN_JS_RESOURCES_KB_SIZE)
3838

3939
const MODERN_JS_RESOURCES_GZIP_KB_SIZE = 60

0 commit comments

Comments
 (0)