Releases: MarcL/javascript-testing-beginners-course
Releases · MarcL/javascript-testing-beginners-course
Release list
Day 6
Day 5
PR #6
- Install
request - Testing GitHub API with sinon spies and stubs
- Stub happy and unhappy responses
Day 4
- Install
sinon - Use
sinon.useFakeTimers()andclock.tick()to speed up asynchronous timeout - Set up some date description tests
- Use
sinon.useFakeTimers()with dates to initialise correctly
Day 3 - Finished
Day 3
- Add notes
- Test for callback using
done - Tests for Promises using
doneand returning a Promise.
From PR #4
Day 2 - Finished
Day 2
- Initial installation of
mochaandchai - Data type tests
- Equality tests
- Containment tests
- Error tests
- Grouping tests