You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
Unit testing nowdays is a must as allows to test the implementations before publishing to any environment. Currently in vitest it seems not to be possible to proceed to the testing due to jeep-sqlite dependencies
Describe the solution you'd like:
A clear way to proceed to unit testing with vitest or any other testing framework
Describe alternatives you've considered:
I've read whole docs there is no mention to testing, additionally trying to integrate unit testing via web-like methodologies seems not to work
Additional context:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe:
Unit testing nowdays is a must as allows to test the implementations before publishing to any environment. Currently in vitest it seems not to be possible to proceed to the testing due to jeep-sqlite dependencies
Describe the solution you'd like:
A clear way to proceed to unit testing with vitest or any other testing framework
Describe alternatives you've considered:
I've read whole docs there is no mention to testing, additionally trying to integrate unit testing via web-like methodologies seems not to work
Additional context:
The text was updated successfully, but these errors were encountered: