From b94c3b97b64cc944410a70ec97cb3659fd9e5552 Mon Sep 17 00:00:00 2001 From: Oli Date: Fri, 30 Jun 2023 09:07:46 +0200 Subject: [PATCH] docs(guides): format headline for `Using with Vuex` Format headline like the other headlines like `Using with TypeScript` and `Using with Vue Router` for better readability and findability --- docs/guides/using-with-vuex.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.