Skip to content
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

Migrate all tests to vitest or jest #639

Open
thehenrytsai opened this issue May 24, 2024 · 0 comments
Open

Migrate all tests to vitest or jest #639

thehenrytsai opened this issue May 24, 2024 · 0 comments
Labels
cicd CI/CD and Automation testing related to new or existing tests

Comments

@thehenrytsai
Copy link
Contributor

Rationale:

  1. vitest and jest are both smarter about only testing the dependency tree of code that changed
  2. You can have watch mode on (which is broken in Mocha) so that you're getting immediate and quick feedback when writing code.
  3. Less development activity in recent times.

More context: #232 (comment)

@thehenrytsai thehenrytsai added testing related to new or existing tests cicd CI/CD and Automation labels May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cicd CI/CD and Automation testing related to new or existing tests
Projects
None yet
Development

No branches or pull requests

1 participant