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

[TECH] Migrate tests from jest to vitest #2637

Open
Romakita opened this issue Mar 24, 2024 · 2 comments
Open

[TECH] Migrate tests from jest to vitest #2637

Romakita opened this issue Mar 24, 2024 · 2 comments
Assignees
Labels

Comments

@Romakita
Copy link
Collaborator

Romakita commented Mar 24, 2024

No description provided.

@derevnjuk
Copy link
Contributor

@Romakita what do you think about migrating to the native test runner, thereby completely eliminating the need to use jest, vitest, and mocha? Like vitest it has a jest-compatible API, as result the migration process will be a quite straightforward.

@Romakita
Copy link
Collaborator Author

Romakita commented Apr 23, 2024

I haven’t tested a native test runner. But native test runner add some feature like coverage (autoUpdate, transformers, globalsetups) that are required by the current stack ;)
And I prefer to use a tool that is used by major project to detect issue related to jest / vitest early.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To do
Development

No branches or pull requests

2 participants