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 b40e434 commit b88ad07Copy full SHA for b88ad07
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(`"216k"`)
+ expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"215k"`)
41
42
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
43
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1392k"`)
0 commit comments