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 5d87d3a commit 76988ceCopy full SHA for 76988ce
test/bundle.test.ts
@@ -117,7 +117,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
117
const serverDir = join(pagesRootDir, '.output/server')
118
119
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
120
- expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"289k"`)
+ expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"288k"`)
121
122
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
123
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1420k"`)
0 commit comments