Skip to content

Commit e8a244b

Browse files
committed
test: update bundle size again
1 parent 85ab105 commit e8a244b

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

7676
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
77-
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"544k"`)
77+
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"545k"`)
7878

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

0 commit comments

Comments
 (0)