From f699619909cf02b0fa94ff685d1052bb8627a79f Mon Sep 17 00:00:00 2001 From: Ben Limmer Date: Mon, 28 Jun 2021 20:27:22 -0600 Subject: [PATCH] docs(vue): update docs for instantiated store --- docs/vue-testing-library/api.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vue-testing-library/api.mdx b/docs/vue-testing-library/api.mdx index 1aa4dcd70..3bcb28beb 100644 --- a/docs/vue-testing-library/api.mdx +++ b/docs/vue-testing-library/api.mdx @@ -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`)