How do you test for the non-existence of an element using jest and react-testing-library?
I have a component library that I’m writing unit tests for using Jest and react-testing-library. Based on certain props or events I want … Read more
I have a component library that I’m writing unit tests for using Jest and react-testing-library. Based on certain props or events I want … Read more