https://github.com/joaoteixeira13/testing-course
A course on Javascript unit and integration tests (Vitest / Jest).
https://github.com/joaoteixeira13/testing-course
integration-testing javascript javascript-testing jest test-automation test-driven-development testing unit-testing unittest vitest
Last synced: about 2 months ago
JSON representation
A course on Javascript unit and integration tests (Vitest / Jest).
- Host: GitHub
- URL: https://github.com/joaoteixeira13/testing-course
- Owner: JoaoTeixeira13
- Created: 2022-10-29T12:57:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T11:54:13.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T18:36:20.548Z (6 months ago)
- Topics: integration-testing, javascript, javascript-testing, jest, test-automation, test-driven-development, testing, unit-testing, unittest, vitest
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚙️ Javascript Unit Testing Course
## 🔬 Maximilian Schwarzmüller's Udemy Class
### Course Content:
* 🧪 Unit Tests
* 🧪 Integration Tests
* 🧪 Async Tests
* 🧪 Hooks
* 🧪 Mocking and Spies
* 🧪 Testing and the DOM