22
33Vue Test Utils is the official unit testing utility library for Vue.js.
44
5- * [ Guides] ( ./guides/ )
6- * [ Getting Started] ( ./guides/getting-started.md )
7- * [ Common Tips] ( guides/common-tips.md )
8- * [ Mouse, Key and other DOM Events] ( guides/dom-events.md )
9- * [ Choosing a test runner] ( guides/choosing-a-test-runner.md )
10- * [ Testing Single-File Components with Jest] ( guides/testing-single-file-components-with-jest.md )
11- * [ Testing Single-File Components with Mocha + webpack] ( guides/testing-single-file-components-with-mocha-webpack.md )
12- * [ Testing Single-File Components with Karma] ( guides/testing-single-file-components-with-karma.md )
13- * [ Testing Asynchronous Behavior] ( guides/testing-async-components.md )
14- * [ Using with TypeScript] ( guides/using-with-typescript.md )
15- * [ Using with Vue Router] ( guides/using-with-vue-router.md )
16- * [ Using with Vuex] ( guides/using-with-vuex.md )
17- * [ API] ( api/ )
18- * [ mount] ( api/mount.md )
19- * [ shallowMount] ( api/shallowMount.md )
20- * [ render] ( api/render.md )
21- * [ renderToString] ( api/renderToString.md )
22- * [ Mounting Options] ( api/options.md )
5+ - [ Guides] ( ./guides/ )
6+ - [ Getting Started] ( ./guides/getting-started.md )
7+ - [ Common Tips] ( guides/common-tips.md )
8+ - [ Mouse, Key and other DOM Events] ( guides/dom-events.md )
9+ - [ Choosing a test runner] ( guides/choosing-a-test-runner.md )
10+ - [ Testing Single-File Components with Jest] ( guides/testing-single-file-components-with-jest.md )
11+ - [ Testing Single-File Components with Mocha + webpack] ( guides/testing-single-file-components-with-mocha-webpack.md )
12+ - [ Testing Single-File Components with Karma] ( guides/testing-single-file-components-with-karma.md )
13+ - [ Testing Asynchronous Behavior] ( guides/testing-async-components.md )
14+ - [ Using with TypeScript] ( guides/using-with-typescript.md )
15+ - [ Using with Vue Router] ( guides/using-with-vue-router.md )
16+ - [ Using with Vuex] ( guides/using-with-vuex.md )
17+ - [ API] ( api/ )
18+ - [ mount] ( api/mount.md )
19+ - [ shallowMount] ( api/shallowMount.md )
20+ - [ render] ( api/render.md )
21+ - [ renderToString] ( api/renderToString.md )
22+ - [ Mounting Options] ( api/options.md )
2323 - [ context] ( api/options.md#context )
2424 - [ slots] ( api/options.md#slots )
2525 - [ scopedSlots] ( api/options.md#scopedslots )
@@ -34,52 +34,52 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
3434 - [ provide] ( api/options.md#provide )
3535 - [ sync] ( api/options.md#sync )
3636 - [ other options] ( api/options.md#other-options )
37- * [ Wrapper] ( api/wrapper/ )
38- * [ attributes] ( api/wrapper/attributes.md )
39- * [ classes] ( api/wrapper/classes.md )
40- * [ contains] ( api/wrapper/contains.md )
41- * [ emitted] ( api/wrapper/emitted.md )
42- * [ emittedByOrder] ( api/wrapper/emittedByOrder.md )
43- * [ exists] ( api/wrapper/exists.md )
44- * [ destroy] ( api/wrapper/destroy.md )
45- * [ find] ( api/wrapper/find.md )
46- * [ findAll] ( api/wrapper/findAll.md )
47- * [ html] ( api/wrapper/html.md )
48- * [ is] ( api/wrapper/is.md )
49- * [ isEmpty] ( api/wrapper/isEmpty.md )
50- * [ isVueInstance] ( api/wrapper/isVueInstance.md )
51- * [ name] ( api/wrapper/name.md )
52- * [ props] ( api/wrapper/props.md )
53- * [ setChecked] ( api/wrapper/setChecked.md )
54- * [ setData] ( api/wrapper/setData.md )
55- * [ setMethods] ( api/wrapper/setMethods.md )
56- * [ setProps] ( api/wrapper/setProps.md )
57- * [ setSelected] ( api/wrapper/setSelected.md )
58- * [ setValue] ( api/wrapper/setValue.md )
59- * [ text] ( api/wrapper/text.md )
60- * [ trigger] ( api/wrapper/trigger.md )
61- * [ isVisible] ( api/wrapper/isVisible.md )
62- * [ WrapperArray] ( api/wrapper-array/ )
63- * [ at] ( api/wrapper-array/at.md )
64- * [ contains] ( api/wrapper-array/contains.md )
65- * [ exists] ( api/wrapper/exists.md )
66- * [ destroy] ( api/wrapper-array/destroy.md )
67- * [ filter] ( api/wrapper-array/filter.md )
68- * [ is] ( api/wrapper-array/is.md )
69- * [ isEmpty] ( api/wrapper-array/isEmpty.md )
70- * [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
71- * [ setChecked] ( api/wrapper-array/setChecked.md )
72- * [ setData] ( api/wrapper-array/setData.md )
73- * [ setMethods] ( api/wrapper-array/setMethods.md )
74- * [ setProps] ( api/wrapper-array/setProps.md )
75- * [ setValue] ( api/wrapper-array/setValue.md )
76- * [ trigger] ( api/wrapper-array/trigger.md )
77- * [ isVisible] ( api/wrapper-array/isVisible.md )
78- * [ components] ( api/components/ )
79- * [ TransitionStub] ( api/components/TransitionStub.md )
80- * [ TransitionGroupStub] ( api/components/TransitionGroupStub.md )
81- * [ RouterLinkStub] ( api/components/RouterLinkStub.md )
82- * [ Selectors] ( api/selectors.md )
83- * [ createWrapper] ( api/createWrapper.md )
84- * [ createLocalVue] ( api/createLocalVue.md )
85- * [ config] ( api/config.md )
37+ - [ Wrapper] ( api/wrapper/ )
38+ - [ attributes] ( api/wrapper/attributes.md )
39+ - [ classes] ( api/wrapper/classes.md )
40+ - [ contains] ( api/wrapper/contains.md )
41+ - [ emitted] ( api/wrapper/emitted.md )
42+ - [ emittedByOrder] ( api/wrapper/emittedByOrder.md )
43+ - [ exists] ( api/wrapper/exists.md )
44+ - [ destroy] ( api/wrapper/destroy.md )
45+ - [ find] ( api/wrapper/find.md )
46+ - [ findAll] ( api/wrapper/findAll.md )
47+ - [ html] ( api/wrapper/html.md )
48+ - [ is] ( api/wrapper/is.md )
49+ - [ isEmpty] ( api/wrapper/isEmpty.md )
50+ - [ isVueInstance] ( api/wrapper/isVueInstance.md )
51+ - [ name] ( api/wrapper/name.md )
52+ - [ props] ( api/wrapper/props.md )
53+ - [ setChecked] ( api/wrapper/setChecked.md )
54+ - [ setData] ( api/wrapper/setData.md )
55+ - [ setMethods] ( api/wrapper/setMethods.md )
56+ - [ setProps] ( api/wrapper/setProps.md )
57+ - [ setSelected] ( api/wrapper/setSelected.md )
58+ - [ setValue] ( api/wrapper/setValue.md )
59+ - [ text] ( api/wrapper/text.md )
60+ - [ trigger] ( api/wrapper/trigger.md )
61+ - [ isVisible] ( api/wrapper/isVisible.md )
62+ - [ WrapperArray] ( api/wrapper-array/ )
63+ - [ at] ( api/wrapper-array/at.md )
64+ - [ contains] ( api/wrapper-array/contains.md )
65+ - [ exists] ( api/wrapper/exists.md )
66+ - [ destroy] ( api/wrapper-array/destroy.md )
67+ - [ filter] ( api/wrapper-array/filter.md )
68+ - [ is] ( api/wrapper-array/is.md )
69+ - [ isEmpty] ( api/wrapper-array/isEmpty.md )
70+ - [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
71+ - [ setChecked] ( api/wrapper-array/setChecked.md )
72+ - [ setData] ( api/wrapper-array/setData.md )
73+ - [ setMethods] ( api/wrapper-array/setMethods.md )
74+ - [ setProps] ( api/wrapper-array/setProps.md )
75+ - [ setValue] ( api/wrapper-array/setValue.md )
76+ - [ trigger] ( api/wrapper-array/trigger.md )
77+ - [ isVisible] ( api/wrapper-array/isVisible.md )
78+ - [ components] ( api/components/ )
79+ - [ TransitionStub] ( api/components/TransitionStub.md )
80+ - [ TransitionGroupStub] ( api/components/TransitionGroupStub.md )
81+ - [ RouterLinkStub] ( api/components/RouterLinkStub.md )
82+ - [ Selectors] ( api/selectors.md )
83+ - [ createWrapper] ( api/createWrapper.md )
84+ - [ createLocalVue] ( api/createLocalVue.md )
85+ - [ config] ( api/config.md )
0 commit comments