Closed Jarrku closed 6 years ago
TravisCI? elaborate on decent code coverage pls
If we're gonna do testing, then TDD it is.
No experience with testing... I can of course read into it when we decide what we use for testing.
TravisCI is something like CircleCI so its one or the other really.
You can check test coverage (the amount of lines of code that the tests you've written cover) on each PR automatically by a GitHub integration so it would yell at you if you try to commit something thats below the testing treshold.
Im fine with no tests either but it might be a nice addition to get the full experience?
i would implement testing. good experience as you said
Ok what kind of coverage do expect on each PR then? 70-80%?
Also testing framework? I've used Jest before and pretty well for me :)
Anyone any preference on framework?
No preference, Jest looks nice.
What are we gonna do about testing? Do I include a testing setup and do we expect a decent code coverage on each PR?