Testing React Components with Jest and Enzyme

added by JavaScript Kicks
3/17/2019 7:10:26 PM

1003 Views

In the last article , we scratched the surface of unit testing with in React. The problem with that article is that it's a bit on the Hello World level and not nearly enough to really be able to start testing. When we write tests, we have a lot more than a simple, stateless component.


0 comments