Skip to content

Commit f699619

Browse files
committed
docs(vue): update docs for instantiated store
1 parent 5620a37 commit f699619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vue-testing-library/api.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ An object containing additional information to be passed to `@vue/test-utils`
6565

6666
Additionally, the following options can also be provided:
6767

68-
##### `store` (`Object`)
68+
##### `store` (`Object` | `Store`)
6969

7070
The object definition of a [Vuex](https://vuex.vuejs.org/) store. If a `store`
7171
object is provided, `Vue Testing Library` will import and configure a Vuex
72-
store.
72+
store. If an instantiated Vuex store is passed, it will be used.
7373

7474
##### `routes` (`Array`)
7575

0 commit comments

Comments
 (0)