From 8aa58d5ca970a8ca347598ac359235323151d165 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 22 Dec 2025 22:16:33 +0000 Subject: [PATCH] test: update bundle size --- 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 90f21e4e..7ccc0301 100644 --- a/test/unit/bundle.spec.ts +++ b/test/unit/bundle.spec.ts @@ -36,7 +36,7 @@ describe('project sizes', () => { stats.client = await analyzeSizes('**/*.js', publicDir) expect .soft(roundToKilobytes(stats.client.totalBytes)) - .toMatchInlineSnapshot(`"524k"`) + .toMatchInlineSnapshot(`"506k"`) expect.soft(stats.client.files.map(f => f.replace(/\..*\.js/, '.js').replace(/_scripts\/.*\.js/, '_scripts/script.js')).sort()) .toMatchInlineSnapshot(` [ -- 2.51.2