Skip to content

Commit eb9d05b

Browse files
authoredApr 2, 2017
Fix broken link
Remove extra space
1 parent 70cb4d2 commit eb9d05b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1688,8 +1688,7 @@ you achieve very high confidence and developer peace of mind. This means that
16881688
in addition to having a great testing framework, you also need to use a
16891689
[good coverage tool](http://gotwarlost.github.io/istanbul/).
16901690

1691-
There's no excuse to not write tests. There's [plenty of good JS test frameworks]
1692-
(http://jstherightway.org/#testing-tools), so find one that your team prefers.
1691+
There's no excuse to not write tests. There's [plenty of good JS test frameworks](http://jstherightway.org/#testing-tools), so find one that your team prefers.
16931692
When you find one that works for your team, then aim to always write tests
16941693
for every new feature/module you introduce. If your preferred method is
16951694
Test Driven Development (TDD), that is great, but the main point is to just

0 commit comments

Comments
 (0)
Failed to load comments.