https://github.com/syncush/testing-for-beginners-js
This repo contains a lecture about testing in JavaScript for beginners
https://github.com/syncush/testing-for-beginners-js
Last synced: about 1 year ago
JSON representation
This repo contains a lecture about testing in JavaScript for beginners
- Host: GitHub
- URL: https://github.com/syncush/testing-for-beginners-js
- Owner: syncush
- Created: 2019-12-20T10:32:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:59:54.000Z (over 3 years ago)
- Last Synced: 2023-03-05T19:18:27.155Z (about 3 years ago)
- Language: JavaScript
- Size: 2.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing in JavaScript for beginners
## TOC
1. What?
2. Why?
3. How?
4. Test Runners
4.1 Mocha
5. Assertion Libraries
5.1 Chai
6. Useful mocks, stubs, spies & more packages.
6.1 Sinon
6.2 Rewire
6.3 Mockery
7. Personal Note
8. Meme