diff --git a/test/unit/bundle.spec.ts b/test/unit/bundle.spec.ts index d96b188f1..9cc6f85e2 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(`"672k"`) + .toMatchInlineSnapshot(`"879k"`) const modules = await analyzeSizes('node_modules/**/*', serverDir) expect .soft(roundToKilobytes(modules.totalBytes)) - .toMatchInlineSnapshot(`"7286k"`) + .toMatchInlineSnapshot(`"7345k"`) const packages = modules.files .filter(m => m.endsWith('package.json')) @@ -102,6 +102,9 @@ describe('project sizes', () => { "@shikijs/transformers", "@sindresorhus/is", "@ungap/structured-clone", + "@unhead/dom", + "@unhead/shared", + "@unhead/ssr", "@vue/compiler-core", "@vue/compiler-dom", "@vue/reactivity", @@ -139,6 +142,7 @@ describe('project sizes', () => { "hast-util-to-parse5", "hast-util-to-string", "hastscript", + "hookable", "html-void-elements", "image-meta", "is-absolute-url", @@ -219,6 +223,7 @@ describe('project sizes', () => { "trough", "ts-custom-error", "uint8arrays", + "unhead", "unicode-emoji-modifier-base", "unified", "unist-util-is",