@@ -47,19 +47,18 @@ how to document a mocking library so as to only encourage healthy uses has
47
47
proven to be a real challenge. Here are a few paths we've prepared for getting
48
48
started with testdouble.js:
49
49
50
- * The [ API section of this README] ( #api ) to get an at-a-glance view of the API
51
- so you can get started stubbing and verifying right away
50
+ * The [ API section of this README] ( #api ) so you can get started stubbing and
51
+ verifying right away
52
52
* A [ 20-minute
53
53
video] ( http://blog.testdouble.com/posts/2016-06-05-happier-tdd-with-testdouble-js )
54
- overview of the library, its goals, and the basics of its API
54
+ overview of the library, its goals, and basic usage
55
55
* A [ comparison between testdouble.js and
56
56
Sinon.js] ( http://blog.testdouble.com/posts/2016-03-13-testdouble-vs-sinon.html ) ,
57
57
in case you've already got experience working with Sinon and you're looking
58
- for a high-level overview of the differences
59
- * The full testdouble.js [ documentation] ( /docs ) , which is lengthier, but
60
- will do a thorough job to explain when to (and when not to) take advantage of
61
- the various faetures of testdouble.js. Its outline is in
62
- [ docs/README.md] ( /docs#readme )
58
+ for a high-level overview of how they differ
59
+ * The full testdouble.js [ documentation] ( /docs ) , which describes at length how
60
+ to (and how not to) take advantage of the various features of testdouble.js.
61
+ Its outline is in [ docs/README.md] ( /docs#readme )
63
62
64
63
Of course, if you're unsure of how to approach writing an isolated test with
65
64
testdouble.js, we welcome you to [ open a issue on GitHub to ask a
0 commit comments