8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38f465 commit e03d44bCopy full SHA for e03d44b
test/bundle.test.ts
@@ -37,7 +37,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
37
const serverDir = join(rootDir, '.output/server')
38
39
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
40
- expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"193k"`)
+ expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"194k"`)
41
42
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
43
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1385k"`)
0 commit comments