Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/vue-testing-library/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ An object containing additional information to be passed to `@vue/test-utils`

Additionally, the following options can also be provided:

##### `store` (`Object`)
##### `store` (`Object` | `Store`)

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

##### `routes` (`Array`)

Expand Down