diff --git a/docs/guides/using-with-vuex.md b/docs/guides/using-with-vuex.md index 039a998f8..b4e32b325 100644 --- a/docs/guides/using-with-vuex.md +++ b/docs/guides/using-with-vuex.md @@ -1,11 +1,9 @@ -# Using with Vuex +## Using with Vuex In this guide, we'll see how to test Vuex in components with Vue Test Utils, and how to approach testing a Vuex store.
Learn how to test that a Vuex Store is injected into a component with Vue School
-## Testing Vuex in components - ### Mocking Actions Let’s look at some code.