Files
Parker Brown 10f155294b test: integration tests (#40)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2023-09-05 08:32:55 -07:00
..
2023-09-05 08:32:55 -07:00
2023-09-05 08:32:55 -07:00
2023-09-05 08:32:55 -07:00

Tests

Add one test file per scenario. You can run them in isolation with:

node tests/post-token-set.test.js

All tests are run together in tests/index.js, which can be execauted with ava

npx ava tests/index.js

or with npm

npm test