Test React components and dom using Enzyme

Share this video with your friends

Send Tweet

In this lesson we test the functionality of a React components using Jest and Ezyme.

Sal
Sal
~ 4 years ago

What web tool are you using for coding in your browser?

Basarat Ali Syed
Basarat Ali Syed(instructor)
~ 4 years ago

It was my own open source IDE : http://alm-tools.github.io/ I've deprecated it and planning a future commercial IDE 🌹

Sal
Sal
~ 4 years ago

Very cool!

~ 4 years ago

Again config is wrong. And the code is broken, author should really think about his code

proper enzyme settings import { configure } from 'enzyme'; import ReactSixteenAdapter from 'enzyme-adapter-react-16';

configure({ adapter: new ReactSixteenAdapter() });