Skip to content

feat: replace jest with vitest #879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

hereje
Copy link

@hereje hereje commented Apr 1, 2025

Replace jest with vitest

  • install vitest as dev dependency
  • update test files
  • replace jest configuration with vitest configuration file
  • remove jest references
  • replace jest vscode extension with vitest extension
  • update launch.json with vitest

Fixes: #839

hereje added 5 commits April 1, 2025 01:57
- use vitest in test files
- update test scripts
- replace jest config file with vitest config file
- ignore from eslint config
- remove unused jest references
- replace jest extension with vitest extension
- update launch.json file with vitest configuration
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
1 participant