From f1019ba6cb247257c703425387699c34dca44a1e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:47:21 +0000 Subject: [PATCH] chore: apply automated fixes --- test/unit/bundle.spec.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/unit/bundle.spec.ts b/test/unit/bundle.spec.ts index ade8d2ddf..77c02a792 100644 --- a/test/unit/bundle.spec.ts +++ b/test/unit/bundle.spec.ts @@ -79,12 +79,12 @@ describe('project sizes', () => { stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) expect .soft(roundToKilobytes(stats.server.totalBytes)) - .toMatchInlineSnapshot(`"446k"`) + .toMatchInlineSnapshot(`"445k"`) const modules = await analyzeSizes('node_modules/**/*', serverDir) expect .soft(roundToKilobytes(modules.totalBytes)) - .toMatchInlineSnapshot(`"6130k"`) + .toMatchInlineSnapshot(`"6071k"`) const packages = modules.files .filter(m => m.endsWith('package.json')) @@ -219,7 +219,6 @@ describe('project sizes', () => { "vfile-location", "vfile-message", "web-namespaces", - "ws", "xml-js", "zod", "zwitch",