[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-09-13 11:14:53 +00:00 committed by GitHub
parent afaf21acdc
commit 2f067d1298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const files = new Set([...clientStats.files, ...clientStatsInlined.files].map(f => f.replace(/\..*\.js/, '.js')))
expect(files).toMatchInlineSnapshot(`
[
Set {
"_nuxt/entry.js",
]
}
`)
})