-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
This project currently uses Karma as its test runner. Since Karma is now deprecated and is no longer receiving any updates, we should update to use something more modern.
Technology Options
@bogdumi and I discussed this and came up with the following options:
- Jest - Popular, but does not always play nicely with ESM or Typescript
- Vitest - Newer, but focuses on ESM and Typescript, as well as being quick and robust.
- Node Test Runner - Doesn't support Typescript natively, and is a very barebones framework. Perhaps does not have the features necessary for a larger project.
Given our positive experience with Vitest and the maturity of its features, we are leaning towards that as the framework of choice to replace Karma.
Metadata
Metadata
Assignees
Labels
No labels