Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 430 Bytes

readme.md

File metadata and controls

18 lines (15 loc) · 430 Bytes

Code Test 2

Testing scenarios for the jsonplaceholder mock api, using mocha and the chai assertion library.

This project uses the package manager Yarn. Installation instructions are here

Project setup

yarn install

This command will install the packages required to run the test.

Run Mocha tests

yarn test

This command will run the mocha tests.