8000 [autofix.ci] apply automated fixes · nuxt/nuxt@8f9cc99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f9cc99

Browse files
[autofix.ci] apply automated fixes
1 parent 5f34720 commit 8f9cc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bundle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
3232
const serverDir = join(rootDir, '.output/server')
3333

3434
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
35-
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"64.6k"')
35+
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"64.7k"')
3636

3737
const modules = await analyzeSizes('node_modules/**/*', serverDir)
3838
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"2352k"')

0 commit comments

Comments
 (0)
0