Skip to content

Commit

Permalink
fix: remove rootId environment option
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 5, 2023
1 parent c9699ad commit dead5e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ 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
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"moduleResolution": "Bundler",
},
"exclude": [
"**/dist/**",
"config.d.ts",
"experimental.d.ts",
"module.d.ts",
"runtime-utils.d.ts",
"vitest-environment.d.ts",
"dist/**",
"examples/*",
]
}

0 comments on commit dead5e3

Please sign in to comment.