VictorShan / wheel

https://wheel-kappa.vercel.app
1 stars 0 forks source link

Add testing framework! #27

Open VictorShan opened 1 month ago

VictorShan commented 1 month ago

Is your feature request related to a problem? Please describe. There are no tests in this repo! How will we know if changes broke anything?

Describe the solution you'd like Some end-to-end testing framework is probably needed. I'm thinking playwright for end to end and jest for particularly tricky code. Maybe storybook can be considered as well.

The key point is that there should be that need to pass before merging!

VictorShan commented 1 month ago

Added a testing framework but there are no tests!