8000
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 5f34720 commit 8f9cc99Copy full SHA for 8f9cc99
test/bundle.test.ts
@@ -32,7 +32,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
32
const serverDir = join(rootDir, '.output/server')
33
34
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
35
- expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"64.6k"')
+ expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"64.7k"')
36
37
const modules = await analyzeSizes('node_modules/**/*', serverDir)
38
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"2352k"')
0 commit comments