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

Replace jest with vitest #162

Closed
cloudycotton opened this issue Jan 30, 2025 · 2 comments · Fixed by #163
Closed

Replace jest with vitest #162

cloudycotton opened this issue Jan 30, 2025 · 2 comments · Fixed by #163
Labels
enhancement New feature or request

Comments

@cloudycotton
Copy link

The template uses vite for most of the task so it would simplify toolchain to use vitest which uses the same configuration as vite. It is much faster and less prone to memory leaks as well.

I'm doing it in my project: https://github.com/cloudycotton/mimic/commit/eb605d659bede2801a6e34b28ac00463ef124b37

I would be happy to open a PR for this.

@LuanRoger
Copy link
Owner

Hey, thanks for the suggestion and the reference.

I'm surely will implement that

@LuanRoger LuanRoger added the enhancement New feature or request label Feb 1, 2025
@LuanRoger LuanRoger linked a pull request Feb 1, 2025 that will close this issue
@LuanRoger
Copy link
Owner

Done in #163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants