Skip to content

Commit 15334d0

Browse files
committed
chore: update bundle size test
1 parent 18ab6e5 commit 15334d0

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
@@ -95,7 +95,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
9595
const serverDir = join(rootDir, '.output-inline/server')
9696

9797
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
98-
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"550k"`)
98+
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"549k"`)
9999

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

0 commit comments

Comments
 (0)