We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ab105 commit e8a244bCopy full SHA for e8a244b
test/bundle.test.ts
@@ -74,7 +74,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
74
const serverDir = join(rootDir, '.output-inline/server')
75
76
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
77
- expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"544k"`)
+ expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"545k"`)
78
79
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
80
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"78.4k"`)
0 commit comments