Skip to content
This repository was archived by the owner on Sep 21, 2024. It is now read-only.

Testing

Ross F. Calimlim edited this page Aug 13, 2019 · 1 revision

Project requirement:

60% code coverage (function and line)

Testing workflow:

cd into relevant folder (client/server)

Client (using jest):

npx jest --coverage

Server (using mocha/chai/istanbul):

npx nyc --reporter=text mocha

Clone this wiki locally