From 482cb8c2f1cd8bcdbc092ccbaf4f36dc5a8420bd Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 02:45:05 +0000 Subject: [PATCH] chore: apply automated fixes --- test/unit/bundle.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/bundle.spec.ts b/test/unit/bundle.spec.ts index 68f74fce..cdd75e09 100644 --- a/test/unit/bundle.spec.ts +++ b/test/unit/bundle.spec.ts @@ -79,7 +79,7 @@ describe('project sizes', () => { stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) expect .soft(roundToKilobytes(stats.server.totalBytes)) - .toMatchInlineSnapshot(`"425k"`) + .toMatchInlineSnapshot(`"426k"`) const modules = await analyzeSizes('node_modules/**/*', serverDir) expect