Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 23, 2024
1 parent b974c1e commit 6d4f65d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/unit/bundle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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'))
Expand Down Expand Up @@ -173,7 +172,6 @@ describe('project sizes', () => {
"is-retry-allowed",
"isarray",
"iso-datestring-validator",
"js-yaml",
"longest-streak",
"lru-cache",
"lru-cache/dist/esm",
Expand Down Expand Up @@ -275,6 +273,7 @@ describe('project sizes', () => {
"xml-js",
"xss",
"xtend",
"yaml",
"zod",
"zwitch",
]
Expand Down

0 comments on commit 6d4f65d

Please sign in to comment.