feat(dom): Add toHaveClass , toHaveAllClasses, and toHaveAnyClass assertions#134
feat(dom): Add toHaveClass , toHaveAllClasses, and toHaveAnyClass assertions#134
Conversation
6827334 to
18f9d98
Compare
ChristianSama
left a comment
There was a problem hiding this comment.
Looks great @fonsiher. Thank you!
JoseLion
left a comment
There was a problem hiding this comment.
Looks good so far, but I think we can improve things if we create 3 assertions instead of one 🙂
6e6062d to
a831c90
Compare
suany0805
left a comment
There was a problem hiding this comment.
Can we rename the PR to contain all the toHaveClass , toHaveAllClasses, toHaveAnyClass 👀 please?
JoseLion
left a comment
There was a problem hiding this comment.
Looking good! I left some comments and suggestions. Let me know if you have any questions 🙂
a831c90 to
8805f6f
Compare
0d3c0c6 to
e512c76
Compare
|
Thanks for your review @JoseLion , you're right, I've added the prop to the testing function and now are using getByText for render the element for Testing. |
Added the toHaveClass matcher.