Skip to content

Commit a6a50c7

Browse files
authored
Merge pull request #54 from vuejs/set-isvisible-deprecated
Mark isVisible as deprecated
2 parents 22e73ab + 1c3a9c6 commit a6a50c7

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
@@ -87,14 +87,14 @@ setProps | ✅ |
8787
setData | ❌ | has PR
8888
destroy | ❌
8989
get | ❌
90-
isVisible | ❌ | use matchers such as [this](https://github.com/testing-library/jest-dom#tobeempty)
9190
props | ❌
9291
contains | ⚰️| use `find`
9392
emittedByOrder | ⚰️ | use `emitted`
9493
setSelected | ⚰️ | now part of `setValue`
9594
setChecked | ⚰️| now part of `setValue`
9695
is | ⚰️
9796
isEmpty | ⚰️ | use matchers such as [this](https://github.com/testing-library/jest-dom#tobeempty)
97+
isVisible | ⚰️ | use matchers such as [this](https://github.com/testing-library/jest-dom#tobevisible)
9898
isVueInstance | ⚰️
9999
name | ⚰️ |
100-
setMethods | ⚰️ |
100+
setMethods | ⚰️ |

0 commit comments

Comments
 (0)