This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 334
Set up Vitest for unit tests #309
Labels
Comments
@Cahllagerfeld , yes Vitest is a great option for unit tests. But there is another option called Playwright. Can we have a comparision and choose the best one ? |
Youre right Playwright is out there and we already use it in the project. I think these two setups solve different problems though:
We should evaluate Vitest for unit tests while keeping Playwright for end-to-end tests. |
ok great. Can I work on implementing vitest in this project. |
sure 👍 |
Cahllagerfeld
changed the title
[Discussion] Evaluate Vitest for unit tests
Set up Vitest for unit tests
Jun 11, 2023
@Cahllagerfeld I am stuck in some personal issues , so I won't be able to work on this task for some time . |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Do we need to set up Unit tests?
If we want, we should definitely use Vitest, as it best integrates with Sveltekit and other Vite apps.
Screenshots
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: