Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.21 KB

File metadata and controls

32 lines (26 loc) · 1.21 KB

Jest and Cypress with React, Babel, and Webpack


See how to configure Jest and Cypress with React, Babel, and Webpack


This is used for both "Configure Jest for Testing JavaScript Applications" and "Install, Configure, and Script Cypress for JavaScript Web Applications"

Note: This project is intentionally over-engineered. The application itself is very simple, but the tooling around it is pretty complicated. The goal is to show what configuration would be like for a large real-world application without having all the extra complexities of a real-world application.