Skip to content

Commit b94c3b9

Browse files
committed
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
1 parent a989458 commit b94c3b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/guides/using-with-vuex.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Using with Vuex
1+
## Using with Vuex
22

33
In this guide, we'll see how to test Vuex in components with Vue Test Utils, and how to approach testing a Vuex store.
44

55
<div class="vueschool"><a href="https://vueschool.io/lessons/how-to-test-vuejs-component-with-vuex-store?friend=vuejs" target="_blank" rel="sponsored noopener" title="Learn how to test that a Vuex Store is injected into a component with a free video lesson on Vue School">Learn how to test that a Vuex Store is injected into a component with Vue School</a></div>
66

7-
## Testing Vuex in components
8-
97
### Mocking Actions
108

119
Let’s look at some code.

0 commit comments

Comments
 (0)