Skip to content

Commit

Permalink
Merge pull request #54 from vuejs/set-isvisible-deprecated
Browse files Browse the repository at this point in the history
Mark isVisible as deprecated
  • Loading branch information
lmiller1990 committed Apr 12, 2020
2 parents 22e73ab + 1c3a9c6 commit a6a50c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -87,14 +87,14 @@ setProps | ✅ |
setData | ❌ | has PR
destroy | ❌
get | ❌
isVisible | ❌ | use matchers such as [this](https://github.com/testing-library/jest-dom#tobeempty)
props | ❌
contains | ⚰️| use `find`
emittedByOrder | ⚰️ | use `emitted`
setSelected | ⚰️ | now part of `setValue`
setChecked | ⚰️| now part of `setValue`
is | ⚰️
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)
isVueInstance | ⚰️
name | ⚰️ |
setMethods | ⚰️ |
setMethods | ⚰️ |

0 comments on commit a6a50c7

Please sign in to comment.