From ce4f46385f221e5cb17e942b0c5154b33ba708a0 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 10 Jun 2023 23:32:43 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20bundle=20size=20=F0=9F=A4=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/bundle.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bundle.test.ts b/test/bundle.test.ts index f60169103887..427b1aa80e26 100644 --- a/test/bundle.test.ts +++ b/test/bundle.test.ts @@ -35,7 +35,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM it('default server bundle size', async () => { stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) - expect(roundToKilobytes(stats.server.totalBytes)).toMatchInlineSnapshot('"61.8k"') + expect(roundToKilobytes(stats.server.totalBytes)).toMatchInlineSnapshot('"61.9k"') const modules = await analyzeSizes('node_modules/**/*', serverDir) expect(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"2286k"')