@nuxt/docs-nightly 4.0.0-29181171.b06e47af → 4.0.0-29182273.67cf2bff
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -444,7 +444,7 @@ If you prefer to use `@vue/test-utils` on its own for unit testing in Nuxt, and
|
|
|
444
444
|
|
|
445
445
|
2. Create a `vitest.config.ts` with the following content:
|
|
446
446
|
|
|
447
|
-
```ts
|
|
447
|
+
```ts
|
|
448
448
|
import { defineConfig } from 'vitest/config'
|
|
449
449
|
import vue from '@vitejs/plugin-vue'
|
|
450
450
|
|