File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1399,7 +1399,9 @@ Testing is more important than shipping. If you have have no tests or an
1399
1399
inadequate amount, then every time you ship code you won't be sure that you
1400
1400
didn't break anything. Deciding on what constitutes an adequate amount is up
1401
1401
to your team, but having 100% coverage (all statements and branches) is how
1402
- you achieve very high confidence and developer peace of mind.
1402
+ you achieve very high confidence and developer peace of mind. This means that
1403
+ in addition to having a great testing framework, you also need to use a
1404
+ [ good coverage tool] ( http://gotwarlost.github.io/istanbul/ ) .
1403
1405
1404
1406
There's no excuse to not write tests. There's [ plenty of good JS test frameworks]
1405
1407
(http://jstherightway.org/#testing-tools ), so find one that your team prefers.
You can’t perform that action at this time.
0 commit comments