Skip to content

Commit fb3c112

Browse files
committed
chore: update README as get is done
1 parent c2ff6f5 commit fb3c112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ exists | ✅
7979
find | ✅ | only `querySelector` syntax is supported. `find(Comp)` under discussion [here](https://github.com/vuejs/vue-test-utils/issues/1498)
8080
emitted | ✅
8181
findAll | ✅ | see above. `.vm` is different to Vue 2. We are exploring options.
82+
get | ✅
8283
html | ✅
8384
setValue | ✅ | works for select, checkbox, radio button, input, textarea. Returns `nextTick`.
8485
text | ✅ |
8586
trigger | ✅ | returns `nextTick`. You can do `await wrapper.find('button').trigger('click')`
8687
setProps | ✅ |
8788
setData | ❌ | has PR
8889
destroy | ❌
89-
get | ❌
9090
props | ❌
9191
contains | ⚰️| use `find`
9292
emittedByOrder | ⚰️ | use `emitted`

0 commit comments

Comments
 (0)