accordproject / concerto

Business schema language and runtime
https://concerto.accordproject.org
Apache License 2.0
121 stars 106 forks source link

Swap Jest with a suitable test framework #915

Open ekarademir opened 1 month ago

ekarademir commented 1 month ago

Feature Request 🛍️

Jest hasn't been updated more than a year now and it requires all the code base to be converted to commonjs, which is blocking the dependency updates where we can't work around that. There are better alternatives now, like vitest that we can use.

Use Case

We need a more modern testing framework with esm support that would unblock dependency updates.

Possible Solution

Vitest

Context

Detailed Description

ShehzadAhm commented 1 month ago

I would like to work on this issue

ekarademir commented 1 month ago

Thank you @ShehzadAhm please let us know if you need any clarifications.

shivam8112005 commented 1 month ago

hey @ekarademir I have newly learned jest and I want to work on this project .