We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f169b5 commit 564df35Copy full SHA for 564df35
README.md
@@ -7,7 +7,9 @@
7
Welcome! Are you writing JavaScript tests and in the market for a mocking
8
library to fake out real things for you? testdouble.js is an opinionated,
9
carefully-designed test double library maintained by, oddly enough, a software
10
-agency that's also named [Test Double](http://testdouble.com).
+agency that's also named [Test Double](http://testdouble.com). (The term "test
11
+double" was coined by Gerard Meszaros in his book [xUnit Test
12
+Patterns](http://xunitpatterns.com/Test%20Double.html).)
13
14
If you practice test-driven development, testdouble.js was designed to promote
15
terse, clear, and easy-to-understand tests. There's an awful lot to cover, so
0 commit comments