Skip to content

Commit 3e3506c

Browse files
committed
Simplify deprecated message
1 parent d94523d commit 3e3506c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

types/index.d.ts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,11 @@ type VueTestUtilsRenderOptions = Omit<
3232
>
3333
type VueTestingLibraryRenderOptions = {
3434
/**
35-
* @deprecated "store" parameter is deprecated on favor of providing it
36-
* as a plugin through `global.plugins`.
37-
*
38-
* @see add-link
35+
* @deprecated Use `global.plugins` array instead.
3936
*/
40-
store?: Record<string, any>
37+
store: Record<string, any>
4138
/**
42-
* @deprecated "routes" parameter is deprecated on favor of providing it
43-
* as a plugin through `global.plugins`.
44-
*
45-
* @see add-link
39+
* @deprecated Use `global.plugins` array instead.
4640
*/
4741
routes?: Record<string, any>
4842
container?: Element

0 commit comments

Comments
 (0)