Codeminer42 / cm42-central

Fork and Evolution of the Fulcrum project - An agile project planning tool and Pivotal Tracker drop-in replacement
https://central.cm42.io
GNU Affero General Public License v3.0
306 stars 74 forks source link

Migrate from Jest to Vitest #908

Open talyssonoc opened 3 months ago

talyssonoc commented 3 months ago

We already migrated the bundling part of the app from Webpack to Vite, now we can also migrate the tests from Jest to Vitest to take advantage of their integration.

wrspada02 commented 2 months ago

Working on this. I've created a branch "fix/issue-908" for this.