File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
docs-next/src/content/docs/explainers Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ title: Related tools
77
88## Assertion Libraries
99
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
10+ - [ chai ] ( http ://chaijs.com /) (recommended): expect(), assert(), and should style assertions
11+ - [ earl ] ( https ://earl.fun/ ) : ergonomic, modern and type-safe assertion library for TypeScript
12+ - [ unexpected ] ( https://unexpectedjs.github.io/ ) : extensible BDD assertion toolkit
1313
1414## Mocks, Stubs & Spies
1515
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.
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 22
33## Assertion Libraries
44
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
5+ - [ chai ] ( http ://chaijs.com /) (recommended): expect(), assert(), and should style assertions
6+ - [ earl ] ( https ://earl.fun/ ) : ergonomic, modern and type-safe assertion library for TypeScript
7+ - [ unexpected ] ( https://unexpectedjs.github.io/ ) : extensible BDD assertion toolkit
88
99## Mocks, Stubs & Spies
1010
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.
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