8000 test: update bundle size snapshot · nuxt/nuxt@e03d44b · GitHub
[go: up one dir, main page]

Skip to content

Commit e03d44b

Browse files
committed
test: update bundle size snapshot
1 parent a38f465 commit e03d44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bundle.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
3737
const serverDir = join(rootDir, '.output/server')
3838

3939
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
40-
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"193k"`)
40+
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"194k"`)
4141

4242
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
4343
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1385k"`)

0 commit comments

Comments
 (0)
0