Skip to content

Commit 76988ce

Browse files
committed
test: update bundle size snapshot
1 parent 5d87d3a commit 76988ce

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
@@ -117,7 +117,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
117117
const serverDir = join(pagesRootDir, '.output/server')
118118

119119
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
120-
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"289k"`)
120+
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"288k"`)
121121

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

0 commit comments

Comments
 (0)