Skip to content

Commit e4d1c90

Browse files
authored
Merge pull request testing-library#874 from blimmer/vue-testing-library-instantiated-store
docs(vue): update docs for instantiated store
2 parents 5620a37 + f699619 commit e4d1c90

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)