Skip to content

[DevOps] Switch Jest to Vitest #925

@jji05

Description

@jji05

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

  • Acceptance criteria met
  • PR Reviewed (For non-trivial changes)
  • Changes tested after rebasing on master or merging in master (hint: git fetch origin master:master, then git rebase master or git merge master)
  • All required PR checks passing

Metadata

Metadata

Assignees

No one assigned

    Labels

    devopsAnything to do with development operations

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions