@@ -21,11 +21,13 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
2121 - [ renderToString] ( api/renderToString.md )
2222 - [ Mounting Options] ( api/options.md )
2323 - [ context] ( api/options.md#context )
24+ - [ data] ( api/options.md#data )
2425 - [ slots] ( api/options.md#slots )
2526 - [ scopedSlots] ( api/options.md#scopedslots )
2627 - [ stubs] ( api/options.md#stubs )
2728 - [ mocks] ( api/options.md#mocks )
2829 - [ localVue] ( api/options.md#localvue )
30+ - [ attachTo] ( api/options.md#attachto )
2931 - [ attachToDocument] ( api/options.md#attachtodocument )
3032 - [ attrs] ( api/options.md#attrs )
3133 - [ propsData] ( api/options.md#propsdata )
@@ -37,16 +39,19 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
3739 - [ attributes] ( api/wrapper/attributes.md )
3840 - [ classes] ( api/wrapper/classes.md )
3941 - [ contains] ( api/wrapper/contains.md )
42+ - [ destroy] ( api/wrapper/destroy.md )
4043 - [ emitted] ( api/wrapper/emitted.md )
4144 - [ emittedByOrder] ( api/wrapper/emittedByOrder.md )
4245 - [ exists] ( api/wrapper/exists.md )
43- - [ destroy] ( api/wrapper/destroy.md )
4446 - [ find] ( api/wrapper/find.md )
4547 - [ findAll] ( api/wrapper/findAll.md )
48+ - [ findAllComponents] ( api/wrapper/findAllComponents.md )
49+ - [ findComponent] ( api/wrapper/findComponent.md )
4650 - [ get] ( api/wrapper/get.md )
4751 - [ html] ( api/wrapper/html.md )
4852 - [ is] ( api/wrapper/is.md )
4953 - [ isEmpty] ( api/wrapper/isEmpty.md )
54+ - [ isVisible] ( api/wrapper/isVisible.md )
5055 - [ isVueInstance] ( api/wrapper/isVueInstance.md )
5156 - [ name] ( api/wrapper/name.md )
5257 - [ props] ( api/wrapper/props.md )
@@ -58,23 +63,21 @@ Vue Test Utils is the official unit testing utility library for Vue.js.
5863 - [ setValue] ( api/wrapper/setValue.md )
5964 - [ text] ( api/wrapper/text.md )
6065 - [ trigger] ( api/wrapper/trigger.md )
61- - [ isVisible] ( api/wrapper/isVisible.md )
6266 - [ WrapperArray] ( api/wrapper-array/ )
6367 - [ at] ( api/wrapper-array/at.md )
6468 - [ contains] ( api/wrapper-array/contains.md )
65- - [ exists] ( api/wrapper/exists.md )
6669 - [ destroy] ( api/wrapper-array/destroy.md )
6770 - [ filter] ( api/wrapper-array/filter.md )
6871 - [ is] ( api/wrapper-array/is.md )
6972 - [ isEmpty] ( api/wrapper-array/isEmpty.md )
73+ - [ isVisible] ( api/wrapper-array/isVisible.md )
7074 - [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
7175 - [ setChecked] ( api/wrapper-array/setChecked.md )
7276 - [ setData] ( api/wrapper-array/setData.md )
7377 - [ setMethods] ( api/wrapper-array/setMethods.md )
7478 - [ setProps] ( api/wrapper-array/setProps.md )
7579 - [ setValue] ( api/wrapper-array/setValue.md )
7680 - [ trigger] ( api/wrapper-array/trigger.md )
77- - [ isVisible] ( api/wrapper-array/isVisible.md )
7881 - [ components] ( api/components/ )
7982 - [ RouterLinkStub] ( api/components/RouterLinkStub.md )
8083 - [ Selectors] ( api/selectors.md )
0 commit comments