Skip to content

Development api tests

Richard Davis edited this page Sep 1, 2020 · 1 revision

API Tests

To run API tests locally, run the following commands from the project root:

$ cd api
$ npm install
$ ./endpoint-tests/endpoint.sh
Clone this wiki locally