From 6d4f65d0ad8be35100f829c8bdd0c5cf7ae492e7 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 23:31:44 +0000 Subject: [PATCH] chore: apply automated fixes --- test/unit/bundle.spec.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/unit/bundle.spec.ts b/test/unit/bundle.spec.ts index 8d138a7e..81a8cf22 100644 --- a/test/unit/bundle.spec.ts +++ b/test/unit/bundle.spec.ts @@ -45,7 +45,6 @@ describe('project sizes', () => { "_nuxt/ProseA.js", "_nuxt/ProseBlockquote.js", "_nuxt/ProseCode.js", - "_nuxt/ProseCode.js", "_nuxt/ProseCodeInline.js", "_nuxt/ProseEm.js", "_nuxt/ProseH1.js", @@ -80,12 +79,12 @@ describe('project sizes', () => { stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) expect .soft(roundToKilobytes(stats.server.totalBytes)) - .toMatchInlineSnapshot(`"441k"`) + .toMatchInlineSnapshot(`"443k"`) const modules = await analyzeSizes('node_modules/**/*', serverDir) expect .soft(roundToKilobytes(modules.totalBytes)) - .toMatchInlineSnapshot(`"8137k"`) + .toMatchInlineSnapshot(`"8324k"`) const packages = modules.files .filter(m => m.endsWith('package.json')) @@ -173,7 +172,6 @@ describe('project sizes', () => { "is-retry-allowed", "isarray", "iso-datestring-validator", - "js-yaml", "longest-streak", "lru-cache", "lru-cache/dist/esm", @@ -275,6 +273,7 @@ describe('project sizes', () => { "xml-js", "xss", "xtend", + "yaml", "zod", "zwitch", ]