From 40e1c0b71641a026289ca47f56ba82fc5c464d96 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:53:38 +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 dc6803f5f..294ec65ba 100644 --- a/test/unit/bundle.spec.ts +++ b/test/unit/bundle.spec.ts @@ -84,7 +84,7 @@ describe('project sizes', () => { const modules = await analyzeSizes('node_modules/**/*', serverDir) expect .soft(roundToKilobytes(modules.totalBytes)) - .toMatchInlineSnapshot(`"5296k"`) + .toMatchInlineSnapshot(`"5348k"`) const packages = modules.files .filter(m => m.endsWith('package.json'))