Day 06: Tests
Number of APIs: 2
Instructions for Day 6: Tests
- Get the challenge: Fork [the parent collection
Day 06: Tests
] to your own public workspace. - Read the documentation: In your fork, select the first folder. Expand the context bar on the right to follow the instructions in the collection documentation.
- Submit your solution: Select the second folder
Submit your solution
and follow the instructions in the documentation to validate your solution.
Concepts covered
- [Writing tests]
- [Test snippets]
Additional resources
- [Test script examples] in the docs
- [Intro to writing tests - with examples] sample collection
- Chai.js docs
Next challenge
- [Debugging]