Skip to content

Commit d1883bc

Browse files
authored
Update README.md
1 parent fc96ca3 commit d1883bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mixins | ✅ | (new!) nested in [`global`](https://vuejs.github.io/vue-test-util
5959
plugins | ✅ | (new!) nested in [`global`](https://vuejs.github.io/vue-test-utils-next-docs/api/#global)
6060
component | ✅ | (new!) nested in [`global`](https://vuejs.github.io/vue-test-utils-next-docs/api/#global)
6161
directives | ✅ | (new!) nested in [`global`](https://vuejs.github.io/vue-test-utils-next-docs/api/#global)
62-
stubs |
62+
stubs |
6363
attachToDocument | ❌| will rename to `attachTo`. See [here](https://github.com/vuejs/vue-test-utils/pull/1492)
6464
attrs | ❌ |
6565
scopedSlots | ⚰️ | scopedSlots are merged with slots in Vue 3
@@ -85,9 +85,9 @@ setValue | ✅ | works for select, checkbox, radio button, input, textarea. Retu
8585
text | ✅ |
8686
trigger | ✅ | returns `nextTick`. You can do `await wrapper.find('button').trigger('click')`
8787
setProps | ✅ |
88+
props | ✅
8889
setData | ❌ | has PR
8990
destroy | ❌
90-
props | ❌
9191
contains | ⚰️| use `find`
9292
emittedByOrder | ⚰️ | use `emitted`
9393
setSelected | ⚰️ | now part of `setValue`

0 commit comments

Comments
 (0)