diff --git a/test/bundle.test.ts b/test/bundle.test.ts index d944341a47..5b40514297 100644 --- a/test/bundle.test.ts +++ b/test/bundle.test.ts @@ -26,7 +26,7 @@ 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(` + expect([...files]).toMatchInlineSnapshot(` [ "_nuxt/entry.js", ]