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({
120120 label : "Node.js native ESM support" ,
121121 slug : "explainers/nodejs-native-esm-support" ,
122122 } ,
123+ {
124+ label : "Related tools" ,
125+ slug : "explainers/related-tools" ,
126+ } ,
123127 {
124128 label : "Run cycle overview" ,
125129 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 55 "custom-reporter" : {
66 "title" : " Create a Custom Reporter"
77 },
8- "find-global-leaks " : {
9- "title" : " Find global leaks "
8+ "related-tools " : {
9+ "title" : " Related tools "
1010 },
1111 "shared-behaviours" : {
1212 "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