2
2
3
3
Vue Test Utils is the official unit testing utility library for Vue.js.
4
4
5
- * [ Guides] ( ./guides/README.md )
5
+ * [ Guides] ( ./guides/ )
6
6
* [ Getting Started] ( ./guides/getting-started.md )
7
7
* [ Common Tips] ( guides/common-tips.md )
8
8
* [ Mouse, Key and other DOM Events] ( guides/dom-events.md )
@@ -13,7 +13,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
13
13
* [ Testing Asynchronous Behavior] ( guides/testing-async-components.md )
14
14
* [ Using with Vue Router] ( guides/using-with-vue-router.md )
15
15
* [ Using with Vuex] ( guides/using-with-vuex.md )
16
- * [ API] ( api/README.md )
16
+ * [ API] ( api/ )
17
17
* [ mount] ( api/mount.md )
18
18
* [ shallowMount] ( api/shallowMount.md )
19
19
* [ render] ( api/render.md )
@@ -31,7 +31,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
31
31
- [ provide] ( api/options.md#provide )
32
32
- [ sync] ( api/options.md#sync )
33
33
- [ other options] ( api/options.md#other-options )
34
- * [ Wrapper] ( api/wrapper/README.md )
34
+ * [ Wrapper] ( api/wrapper/ )
35
35
* [ attributes] ( api/wrapper/attributes.md )
36
36
* [ classes] ( api/wrapper/classes.md )
37
37
* [ contains] ( api/wrapper/contains.md )
@@ -53,7 +53,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
53
53
* [ text] ( api/wrapper/text.md )
54
54
* [ trigger] ( api/wrapper/trigger.md )
55
55
* [ isVisible] ( api/wrapper/isVisible.md )
56
- * [ WrapperArray] ( api/wrapper-array/README.md )
56
+ * [ WrapperArray] ( api/wrapper-array/ )
57
57
* [ at] ( api/wrapper-array/at.md )
58
58
* [ contains] ( api/wrapper-array/contains.md )
59
59
* [ exists] ( api/wrapper/exists.md )
@@ -67,7 +67,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
67
67
* [ setProps] ( api/wrapper-array/setProps.md )
68
68
* [ trigger] ( api/wrapper-array/trigger.md )
69
69
* [ isVisible] ( api/wrapper-array/isVisible.md )
70
- * [ components] ( api/components/README.md )
70
+ * [ components] ( api/components/ )
71
71
* [ TransitionStub] ( api/components/TransitionStub.md )
72
72
* [ TransitionGroupStub] ( api/components/TransitionGroupStub.md )
73
73
* [ RouterLinkStub] ( api/components/RouterLinkStub.md )
0 commit comments