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 b0eb9c7 commit 7f75f5eCopy full SHA for 7f75f5e
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(`"545k"`)
+ expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"544k"`)
78
79
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
80
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"78.4k"`)
0 commit comments