From fb3c112224a04b51274156cfb8d687ee764e0112 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 17 Apr 2020 17:15:40 +0200 Subject: [PATCH] chore: update README as get is done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5c145de4..52498f4d1 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ exists | ✅ find | ✅ | only `querySelector` syntax is supported. `find(Comp)` under discussion [here](https://github.com/vuejs/vue-test-utils/issues/1498) emitted | ✅ findAll | ✅ | see above. `.vm` is different to Vue 2. We are exploring options. +get | ✅ html | ✅ setValue | ✅ | works for select, checkbox, radio button, input, textarea. Returns `nextTick`. text | ✅ | @@ -86,7 +87,6 @@ trigger | ✅ | returns `nextTick`. You can do `await wrapper.find('button').tri setProps | ✅ | setData | ❌ | has PR destroy | ❌ -get | ❌ props | ❌ contains | ⚰️| use `find` emittedByOrder | ⚰️ | use `emitted`