Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 710 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 710 Bytes

Configure Jest with React, Babel, and Webpack

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


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.

Credits

All thanks to Kent C. Dodds for this awwesomeee Testing JavaScript course