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
- Host: GitHub
- URL: https://github.com/aslemammad/testing-javascript
- Owner: Aslemammad
- Fork: true (larrybotha/testing-javascript)
- Created: 2020-09-18T17:49:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T15:53:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T09:32:32.234Z (over 1 year ago)
- Size: 1.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)