Skip to content

Testing

Braydon Harris edited this page Jun 21, 2024 · 1 revision

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Bruno tests

Notes requires Bruno or the Bruno CLI https://www.usebruno.com/

Bruno api tests can be found in https://github.com/USTakAssociation/playtak-api/tree/main/test/bruno/playtak-api

Clone this wiki locally