emilov2501 / use-ui

Simple React hooks, ready to use, written in TypeScript
MIT License
11 stars 0 forks source link

Are we able to change jest to vitest? #9

Open sachyshyn opened 6 months ago

sachyshyn commented 6 months ago

If we're using Vite, Vitest testing tool might be better for our goals. From my experience its faster than Jest and provides almost the same API.

emilov2501 commented 6 months ago

@sachyshyn Yes, I'm confirming this one, I thought about it myself