From f005fddfedeb020acc0817c76ba262a7c4aeb661 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 08:51:11 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/environments/vitest/index.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/environments/vitest/index.ts b/src/environments/vitest/index.ts index 3ab7046c8..98738cc64 100644 --- a/src/environments/vitest/index.ts +++ b/src/environments/vitest/index.ts @@ -46,10 +46,11 @@ export default { const multiApp = (environmentOptions?.future.multiApp as boolean) || false if (!multiApp) { win.__NUXT__ = __NUXT__ - } else { + } + else { const appId = environmentOptions?.appId || 'nuxt-app' win.__NUXT__ = { - [appId]: __NUXT__ + [appId]: __NUXT__, } }