An open API service indexing awesome lists of open source software.

https://github.com/kentcdodds/jest-cypress-react-babel-webpack

Configure Jest for Testing JavaScript Applications and Install, Configure, and Script Cypress for JavaScript Web Applications on TestingJavaScript.com
https://github.com/kentcdodds/jest-cypress-react-babel-webpack

kcd-edu testingjavascript

Last synced: about 1 year ago
JSON representation

Configure Jest for Testing JavaScript Applications and Install, Configure, and Script Cypress for JavaScript Web Applications on TestingJavaScript.com

Awesome Lists containing this project

README

          


Jest and Cypress with React, Babel, and Webpack


TestingJavaScript.com



Learn the smart, efficient way to test any JavaScript application.



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


This is used for both
["Configure Jest for Testing JavaScript Applications"](https://testingjavascript.com/courses/configure-jest-for-testing-javascript-applications-b3674a)
and
["Install, Configure, and Script Cypress for JavaScript Web Applications"](https://testingjavascript.com/courses/install-configure-and-script-cypress-for-javascript-web-applications-b5ee43)

> 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.