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

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

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