]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: fix
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 31 Oct 2023 11:13:54 +0000 (12:13 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 31 Oct 2023 11:13:54 +0000 (12:13 +0100)
packages/nuxt/__tests__/nuxt.spec.ts
vite.config.ts

index f212f243a61fd136c3365bcc5e89c7d0568cb63f..51f7cf5a832b0f4a8e6606260273d6fa80b96488 100644 (file)
@@ -22,6 +22,7 @@ await setup({
         __DEV__: false,
         __TEST__: true,
         __FEATURE_PROD_DEVTOOLS__: false,
+        __USE_DEVTOOLS__: false,
       },
     },
   },
index 7b2f2fc3ce8dd109eadac56e30a78d6d9f03c995..6934a1ea3a1fda89c5f6368ccd4da61b7f4c0e69 100644 (file)
@@ -6,6 +6,7 @@ export default defineConfig({
     __DEV__: true,
     __TEST__: true,
     __BROWSER__: true,
+    __USE_DEVTOOLS__: false,
   },
   resolve: {
     alias: [