File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ - title : proxyquire — Proxies nodejs require in order to allow overriding dependencies during testing
2
+ url : https://github.com/thlorenz/proxyquire
3
+
4
+ - title : sisyphos — utility to stub modules imported with the System.js module loader
5
+ url : https://github.com/codazzo/sisyphos
6
+
7
+ - title : bogus — utility for mocking dependencies when testing RequireJS based projects
8
+ url : https://github.com/mroderick/bogus
9
+
10
+ - title : Mock Socket — mocking library for websockets and socket.io
11
+ url : https://github.com/thoov/mock-socket
12
+
13
+ - title : wrapple — generic wrapper for browser natives (or other globals) to allow stubbing in unit tests
14
+ url : https://github.com/mroderick/wrapple
15
+
16
+ - title : test double — minimal test double library for TDD with JavaScript
17
+ url : https://github.com/testdouble/testdouble.js
Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ <h1>How To articles</h1>
17
17
{% endfor %}
18
18
</ ul >
19
19
20
+ < h2 > Related libraries</ h2 >
21
+ < ul >
22
+ {% for library in site.data.related_libraries %}
23
+ < li > < a href ="{{ library.url }} "> {{ library.title }}</ a > </ li >
24
+ {% endfor %}
25
+ </ ul >
26
+
20
27
< h2 > Articles elsewhere on the web</ h2 >
21
28
22
29
< ul >
You can’t perform that action at this time.
0 commit comments