Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 605 Bytes

testing.md

File metadata and controls

14 lines (9 loc) · 605 Bytes

Testing

Writing tests should be a natural part of every pull request. We are not measuring test coverage at the moment, but we should still strive to cover as much as we can. If we do, our app will be far more resilient to changes.

Different kinds of testing examples:

Vitest

Vitest is a jest-compatible testing framework with extra features built in that go beyond Jest.