ABOUT THE AUTHOR

Krystian Dzik

Frontend Engineer

Krystian Dzik is a Full Stack Developer with a strong command of Node.js, React and Angular. He has a great knowledge of MobX, GraphQL, and Azure Cloud Services. He has worked with MongoDB and MySQL databases.

Krystian Dzik

Recent posts by Krystian:

Thumbnail of an article about Enzyme vs React Testing Library — what to choose?
SOFTWARE DEVELOPMENT

Enzyme vs React Testing Library — what to choose?

When developers work on frontend applications, there is a lot of manual testing of written code, to make sure that everything works well in the UI. This process is time-consuming, and we want to make sure that after we finish the work on the feature, it behaves as expected - this is where tests come into play. This article will compare two popular component testing tools for React applications - Enzyme and React Testing Library. At the end of 2015, EnzymeJS was released to the public and started getting traction immediately.