Skip to content

Conversation

hereje
Copy link
Contributor

@hereje hereje commented Aug 26, 2025

Migrate jest to vitest

  • replace jest with vitest
  • replace jest.config.js with vitest.config.js
  • reuse setup file
  • remove jest-related dependencies

fixes: #15

- replace jest with vitest
- replace jest.config.js with vitest.config.js
- reuse setup file
- remove jest-related dependencies
@williamstein
Copy link
Contributor

This doesn't work with Node version 18 (due to an ESM import issue), so I'm dropping support for Node 18, which is EOL'd now.

@williamstein
Copy link
Contributor

The test fail was due to some new tests from another PR, which I've migrated.

@williamstein williamstein merged commit 75aaeba into sagemathinc:main Aug 28, 2025
0 of 4 checks passed
@hereje hereje deleted the feat/migrate-jest-to-vitest branch September 1, 2025 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to Vitest
2 participants