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

https://github.com/aslemammad/testing-javascript

Notes and annotations from Kent C. Dodds' Testing Javascript course: https://testingjavascript.com
https://github.com/aslemammad/testing-javascript

Last synced: 9 months ago
JSON representation

Notes and annotations from Kent C. Dodds' Testing Javascript course: https://testingjavascript.com

Awesome Lists containing this project

README

          

# Testing Javascript

Notes and annotations from Kent C. Dodds' Testing Javascript course: https://testingjavascript.com

1. [Fundamentals of Testing in Javascript](./01-fundamentals-of-testing-in-javascript)
2. [Static Analysis Testing JavaScript Applications](./02-static-analysis-testing-javascript-applications)
3. [JavaScript Mocking Fundamentals](./03-javascript-mocking-fundamentals)
4. [Configure Jest for Testing JavaScript Applications](./04-configure-jest-for-javascript-applications)
5. [install, configure, and script Cypress for JavaScript web applications](./05-install-configure-and-script-cypress-for-javaScript-web-applications)
6. [Test React Components with Jest and `react-testing-library`](./06-test-react-components-with-jest-and-react-testing-library)
7. [Use `dom-testing-library` to test any JS framework](./07-use-dom-testing-library-to-test-any-js-framework)