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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vitest integration #10

Open
ixahmedxi opened this issue Apr 5, 2024 · 4 comments
Open

Vitest integration #10

ixahmedxi opened this issue Apr 5, 2024 · 4 comments

Comments

@ixahmedxi
Copy link
Owner

No description provided.

@imCorfitz
Copy link
Contributor

Why vitest over Jest? Just curious.

@ixahmedxi
Copy link
Owner Author

I was actually anticipating a "why vitest over bun?" question more than this haha.

To put it simply, jest is a far older, much slower and doesn't natively support ESM, which the monorepo is only ESM and so vitest would be much easier there, plus we also have packages/config/vite so we are all in on the vite ecosystem (outside of nextjs i guess) anywho I would actually even be interested in a bun:test implementation because that is the fastest unit testing framework out there currently and orbitkit should access newness with stability and functionality when a decision is made that's why i think vitest strikes that perfect balance between speed (bun) and stability (jest)

@duttaoindril
Copy link

duttaoindril commented Apr 29, 2024

let me do you the honors:

why vitest over bun:test??

@ixahmedxi
Copy link
Owner Author

Actually I don't mind any, I think both are great

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

No branches or pull requests

3 participants