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 18, 2024
1 parent 957c5c0 commit 84a55e4
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 @@ -85,7 +85,7 @@ describe('project sizes', () => {
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect
.soft(roundToKilobytes(modules.totalBytes))
.toMatchInlineSnapshot(`"7439k"`)
.toMatchInlineSnapshot(`"7489k"`)

const packages = modules.files
.filter(m => m.endsWith('package.json'))
Expand Down Expand Up @@ -207,11 +207,10 @@ describe('project sizes', () => {
"micromark-util-subtokenize",
"multiformats",
"node-emoji",
"oniguruma-to-js",
"oniguruma-to-es",
"parse-entities",
"parse5",
"property-information",
"regex",
"rehype-external-links",
"rehype-raw",
"rehype-sort-attribute-values",
Expand Down

0 comments on commit 84a55e4

Please sign in to comment.