Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 183 Bytes

File metadata and controls

9 lines (6 loc) · 183 Bytes

Development

You can run the tests with ava, to run a specific test file use:

npx ava ./tests/endpoints/basic.test.ts

To run the entire test suite use npm run test