zilch / type-route

The flexible, type safe routing library.
https://type-route.zilch.dev
MIT License
424 stars 15 forks source link

Vitest #126

Open dartess opened 1 year ago

dartess commented 1 year ago

Hi there!

I've made some changes to the project that involve replacing the Jest testing framework with Vitest.

After running tests, I've noticed that they run faster. Also project have reduced dependency on tsdx (is abandoned and drags legacy dependencies with it). Additionally, I've managed to restore some of the previously commented tests.

Please review and let me know if you have any feedback or concerns.