We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5620a37 + f699619 commit e4d1c90Copy full SHA for e4d1c90
docs/vue-testing-library/api.mdx
@@ -65,11 +65,11 @@ An object containing additional information to be passed to `@vue/test-utils`
65
66
Additionally, the following options can also be provided:
67
68
-##### `store` (`Object`)
+##### `store` (`Object` | `Store`)
69
70
The object definition of a [Vuex](https://vuex.vuejs.org/) store. If a `store`
71
object is provided, `Vue Testing Library` will import and configure a Vuex
72
-store.
+store. If an instantiated Vuex store is passed, it will be used.
73
74
##### `routes` (`Array`)
75
0 commit comments