DylanSp / typescript-node-starter

A template for writing TypeScript/Node projects.
MIT License
1 stars 1 forks source link

Investigate using another test runner #20

Open DylanSp opened 2 years ago

DylanSp commented 2 years ago

Jest is kinda slow, and I'm not sure if it's currently maintained at this point. It'd be worth looking into another test runner, especially if there's one that integrates a decent amount of assertions as well as checking coverage.

DylanSp commented 1 year ago

Some ootential options: