Is your feature request related to a problem? Please describe.
Doesn't seem that big of a chore but would significantly improve out test speeds locally and during CI. Seems like a quick fix especially with the little amount of strings attached to Jest.
Describe the solution you'd like
Install vitest: https://vitest.dev/guide/
Can also look at coverage reports to see what parts of our code is covered.
Acceptance Criteria
- jest global types migrated to Vitest
- jest functions replaced with vitest equivalents
- ci passing
BEFORE MERGING
Is your feature request related to a problem? Please describe.
Doesn't seem that big of a chore but would significantly improve out test speeds locally and during CI. Seems like a quick fix especially with the little amount of strings attached to Jest.
Describe the solution you'd like
Install vitest: https://vitest.dev/guide/
Can also look at coverage reports to see what parts of our code is covered.
Acceptance Criteria
BEFORE MERGING
git fetch origin master:master, thengit rebase masterorgit merge master)