We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22e73ab + 1c3a9c6 commit a6a50c7Copy full SHA for a6a50c7
README.md
@@ -87,14 +87,14 @@ setProps | ✅ |
87
setData | ❌ | has PR
88
destroy | ❌
89
get | ❌
90
-isVisible | ❌ | use matchers such as [this](https://github.com/testing-library/jest-dom#tobeempty)
91
props | ❌
92
contains | ⚰️| use `find`
93
emittedByOrder | ⚰️ | use `emitted`
94
setSelected | ⚰️ | now part of `setValue`
95
setChecked | ⚰️| now part of `setValue`
96
is | ⚰️
97
isEmpty | ⚰️ | use matchers such as [this](https://github.com/testing-library/jest-dom#tobeempty)
+isVisible | ⚰️ | use matchers such as [this](https://github.com/testing-library/jest-dom#tobevisible)
98
isVueInstance | ⚰️
99
name | ⚰️ |
100
-setMethods | ⚰️ |
+setMethods | ⚰️ |
0 commit comments