Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 3/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Mar 12, 2024
1 parent 000c1f4 commit 2ebf6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(clientStats.totalBytes)).toMatchInlineSnapshot('"105k"')
expect(clientStats.files.map(f => f.replace(/\..*\.js/, '.js'))).toMatchInlineSnapshot(`
[
"_nuxt/_BkWVQXxg.js",
"_nuxt/_iXyiOalI.js",
]
`)
})
Expand Down

0 comments on commit 2ebf6a2

Please sign in to comment.