rbuchmeier / nordicNumbers

0 stars 0 forks source link

Testing #41

Closed rbuchmeier closed 7 years ago

rbuchmeier commented 7 years ago

We need some testing coverage, preferably at least over the business logic in the reducers.

rbuchmeier commented 7 years ago

It seems like Jest is becoming more and more popular...probably the choice we want to go with right now?

rbuchmeier commented 7 years ago

695adaf50b03e522dda1d5b5f4f7a469cd3440cb - Started 48f216312c564f2113defbd1f688d998fb5d2da9 - Reducers tested

rbuchmeier commented 7 years ago

Next is ambiguous. We should refactor out Actions into Action creators and test those. We should be able to use Jest to test more with the components maybe? Or we will need a separate testing suite for that...

But we can get to that as we come to it?