Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 348 Bytes

DEVELOPER.md

File metadata and controls

12 lines (7 loc) · 348 Bytes

Developer Documentation

TESTING

Running Tests

Tests can be found in the tests directory. The StateManager can be tested as: npm run test

CI Test Integration

Tests and checks are run in CI using Github Actions. The configuration can be found in .github/workflows.