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 May 9, 2024
1 parent a363616 commit f1019ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/unit/bundle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down Expand Up @@ -219,7 +219,6 @@ describe('project sizes', () => {
"vfile-location",
"vfile-message",
"web-namespaces",
"ws",
"xml-js",
"zod",
"zwitch",
Expand Down

0 comments on commit f1019ba

Please sign in to comment.