itchy-ionic
itchy-ionic copied to clipboard
[feat] Add unit tests
itchy-ionic already has Jest set up as part of the default settings of Ionic Vue. It would be quite nice to add some unit test whenever we get a chance. As this project gets bigger, it's going to be harder to manually test.
unit tests are pretty new to me, what would you test? also may want to get better QA before this
what would you test?
Just that all components can render and that API data matches up with how we handle it.
also may want to get better QA before this
Can you elaborate?