Skip to content

Commit d02640b

Browse files
committed
Add coverage tool note
1 parent 887ee23 commit d02640b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,9 @@ Testing is more important than shipping. If you have have no tests or an
13991399
inadequate amount, then every time you ship code you won't be sure that you
14001400
didn't break anything. Deciding on what constitutes an adequate amount is up
14011401
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/).
14031405

14041406
There'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.

0 commit comments

Comments
 (0)