Skip to content

Chore: Migrate from Jest to Vitest #343

Description

@Jaydbrown

Context

We are currently using Jest, but since the project builds with Vite/Rollup and uses modern ESM, Jest requires complex Babel transforms (e.g. ts-jest).

Task

  • Install vitest.
  • Replace jest.config.js with vitest.config.ts.
  • Update all import { jest } from '@jest/globals' to use vi from vitest.
  • Ensure the CI pipeline is updated to run vitest --run.

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions