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 18ab6e5 commit 15334d0Copy full SHA for 15334d0
test/bundle.test.ts
@@ -95,7 +95,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
95
const serverDir = join(rootDir, '.output-inline/server')
96
97
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
98
- expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"550k"`)
+ expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"549k"`)
99
100
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
101
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"82.0k"`)
0 commit comments