- Mocha (as testing framework)
- Chai (for assertions)
- Supertest (for requests)
- tv4 (for schema validation)
git clone [email protected]:Stackustack/jsonplaceholder.git
npm install
npm test
- Tests are stored in folder /test
- JSON schemas are stored inside /test/json_schemas
- All stuff (except changes in Readme) is stored inside this commit.
- fyi /test-old is former /test folder (with test created by JsonPlaceholder team)