Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 316 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 316 Bytes

Contributing

Code should be formatted using Prettier.

Running tests

Install Node.js, then run:

npm install
npm test

The tests can be found under the test/ directory.

Code coverage

npm run server_coverage