Skip to content

Commit

Permalink
fix: add back rootId environment option"
Browse files Browse the repository at this point in the history
This reverts commit dead5e3.
  • Loading branch information
danielroe committed Dec 5, 2023
1 parent 254605d commit 827180e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ declare module 'vitest' {
*/
url?: string
overrides?: NuxtConfig
/**
* The id of the root div to which the app should be mounted. You should also set `app.rootId` to the same value.
* @default {nuxt-test}
*/
rootId?: string
/**
* The name of the DOM environment to use.
*
Expand Down

0 comments on commit 827180e

Please sign in to comment.