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] committed Apr 1, 2024
1 parent f75d4ee commit 2169a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/bundle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('project sizes', () => {
stats.client = await analyzeSizes('**/*.js', publicDir)
expect
.soft(roundToKilobytes(stats.client.totalBytes))
.toMatchInlineSnapshot(`"218k"`)
.toMatchInlineSnapshot(`"222k"`)
expect.soft(stats.client.files.map(f => f.replace(/\..*\.js/, '.js')))
.toMatchInlineSnapshot(`
[
Expand Down Expand Up @@ -79,7 +79,7 @@ describe('project sizes', () => {
stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect
.soft(roundToKilobytes(stats.server.totalBytes))
.toMatchInlineSnapshot(`"442k"`)
.toMatchInlineSnapshot(`"443k"`)

const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect
Expand Down

0 comments on commit 2169a1c

Please sign in to comment.