Skip to content

Commit 827180e

Browse files
committedDec 5, 2023
fix: add back rootId environment option"
This reverts commit dead5e3.
1 parent 254605d commit 827180e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ declare module 'vitest' {
192192
*/
193193
url?: string
194194
overrides?: NuxtConfig
195+
/**
196+
* The id of the root div to which the app should be mounted. You should also set `app.rootId` to the same value.
197+
* @default {nuxt-test}
198+
*/
199+
rootId?: string
195200
/**
196201
* The name of the DOM environment to use.
197202
*

0 commit comments

Comments
 (0)