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
13991399inadequate amount, then every time you ship code you won't be sure that you
14001400didn't break anything. Deciding on what constitutes an adequate amount is up
14011401to 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/ ) .
14031405
14041406There's no excuse to not write tests. There's [ plenty of good JS test frameworks]
14051407(http://jstherightway.org/#testing-tools ), so find one that your team prefers.
You can’t perform that action at this time.
0 commit comments