@nuxt/docs-nightly 4.4.0-29535815.ada4e895 → 4.4.0-29540727.ba251c69
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.
|
@@ -108,6 +108,7 @@ If you prefer a simpler setup and want all tests to run in the Nuxt environment,
|
|
|
108
108
|
|
|
109
109
|
```ts twoslash
|
|
110
110
|
import { defineVitestConfig } from '@nuxt/test-utils/config'
|
|
111
|
+
import { fileURLToPath } from 'node:url'
|
|
111
112
|
|
|
112
113
|
export default defineVitestConfig({
|
|
113
114
|
test: {
|