File tree Expand file tree Collapse file tree 4 files changed +35
-2
lines changed
src/content/docs/explainers Expand file tree Collapse file tree 4 files changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,10 @@ export default defineConfig({
120
120
label : "Node.js native ESM support" ,
121
121
slug : "explainers/nodejs-native-esm-support" ,
122
122
} ,
123
+ {
124
+ label : "Related tools" ,
125
+ slug : "explainers/related-tools" ,
126
+ } ,
123
127
{
124
128
label : "Run cycle overview" ,
125
129
slug : "explainers/run-cycle-overview" ,
Original file line number Diff line number Diff line change
1
+ ---
2
+ description : External tools and libraries that work well with Mocha
3
+ title : Related tools
4
+ ---
5
+
6
+ # Related Tools
7
+
8
+ ## Assertion Libraries
9
+
10
+ +- [ unexpected] ( https://unexpectedjs.github.io/ ) - extensible BDD assertion toolkit
11
+ +- [ chai] ( http://chaijs.com/ ) - expect(), assert() and should style assertions * recommended*
12
+ +- [ earl] ( https://earl.fun/ ) - ergonomic, modern and type-safe assertion library for TypeScript
13
+
14
+ ## Mocks, Stubs & Spies
15
+
16
+ +- [ sinon.js] ( https://sinonjs.org/ ) - Test spies, stubs and mocks for JavaScript.
17
+ +- [ nock] ( https://github.com/nock/nock ) - HTTP mocking and expectations library.
Original file line number Diff line number Diff line change 5
5
"custom-reporter" : {
6
6
"title" : " Create a Custom Reporter"
7
7
},
8
- "find-global-leaks " : {
9
- "title" : " Find global leaks "
8
+ "related-tools " : {
9
+ "title" : " Related tools "
10
10
},
11
11
"shared-behaviours" : {
12
12
"title" : " Shared behaviours"
Original file line number Diff line number Diff line change
1
+ # Related Tools
2
+
3
+ ## Assertion Libraries
4
+
5
+ +- [ unexpected] ( https://unexpectedjs.github.io/ ) - extensible BDD assertion toolkit
6
+ +- [ chai] ( http://chaijs.com/ ) - expect(), assert() and should style assertions * recommended*
7
+ +- [ earl] ( https://earl.fun/ ) - ergonomic, modern and type-safe assertion library for TypeScript
8
+
9
+ ## Mocks, Stubs & Spies
10
+
11
+ +- [ sinon.js] ( https://sinonjs.org/ ) - Test spies, stubs and mocks for JavaScript.
12
+ +- [ nock] ( https://github.com/nock/nock ) - HTTP mocking and expectations library.
You can’t perform that action at this time.
0 commit comments