From 1128d71a5164055cb27a5cfba7254506302c2217 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:35:58 +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 7f2ae17a..61a185d1 100644 --- a/test/unit/bundle.spec.ts +++ b/test/unit/bundle.spec.ts @@ -96,7 +96,7 @@ describe('project sizes', () => { const modules = await analyzeSizes('node_modules/**/*', serverDir) expect .soft(roundToKilobytes(modules.totalBytes, 10)) - .toMatchInlineSnapshot(`"39020k"`) + .toMatchInlineSnapshot(`"39050k"`) const packages = modules.files .filter(m => m.endsWith('package.json')) -- 2.51.2