We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f162e6 commit 50f01a6Copy full SHA for 50f01a6
docs/api/selectors.md
@@ -19,7 +19,7 @@ You can also use combinators:
19
- adjacent sibling selector (`div + .foo`)
20
- general sibling selector (`div ~ .foo`)
21
22
-###Vue Components
+### Vue Components
23
24
Vue components are also valid selectors.
25
@@ -39,7 +39,7 @@ const wrapper = shallowMount(Foo)
39
expect(wrapper.is(Foo)).toBe(true)
40
```
41
42
-###Find Option Object
+### Find Option Object
43
44
#### Name
45
docs/ja/api/config.md
@@ -2,7 +2,7 @@
2
3
vue-test-utils にはオプションを定義するための `config` オプションがあります。
4
5
-### vue-test-utils` `config` オプション
+### Vue Test Utils Config オプション
6
7
#### `stubs`
8
0 commit comments