Component Testing with Enzyme

Learn how to Test simple React components with Enzyme using shallow rendering.

We'll cover the following

As mentioned earlier, our project for the rest of the course is building a carousel. A carousel is a widget that shows a series of images to the user one at a time. The user has the ability to move between adjacent images in the series. The carousel can also auto-advance, like a slideshow. By the end of the course, our carousel will look like this:

Get hands-on with 1200+ tech skills courses.