Quantcast
Channel: Error in running jest test with react-testing-library - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Estus Flask for Error in running jest test with react-testing-library

The expectations are wrong because console.log isn't called anywhere. Mocking console object like global.console = ... is a bad practice because it persists between tests and can break things that...

View Article



Error in running jest test with react-testing-library

It's my first time to write tests. I'm writing tests for a ReactJS app wrote with hooks, and testing using Jest and react-testing-library.Here's my functional component:const ItemDetails = ({ item })...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images