diff --git a/docs-next/src/content/docs/explainers/related-tools.mdx b/docs-next/src/content/docs/explainers/related-tools.mdx index 31b907ba5a..4ada49bbf8 100644 --- a/docs-next/src/content/docs/explainers/related-tools.mdx +++ b/docs-next/src/content/docs/explainers/related-tools.mdx @@ -7,11 +7,11 @@ title: Related tools ## Assertion Libraries - +- [unexpected](https://unexpectedjs.github.io/) - extensible BDD assertion toolkit - +- [chai](http://chaijs.com/) - expect(), assert() and should style assertions *recommended* - +- [earl](https://earl.fun/) - ergonomic, modern and type-safe assertion library for TypeScript +- [chai](http://chaijs.com/) (recommended): expect(), assert(), and should style assertions +- [earl](https://earl.fun/): ergonomic, modern and type-safe assertion library for TypeScript +- [unexpected](https://unexpectedjs.github.io/): extensible BDD assertion toolkit ## Mocks, Stubs & Spies - +- [sinon.js](https://sinonjs.org/) - Test spies, stubs and mocks for JavaScript. - +- [nock](https://github.com/nock/nock) - HTTP mocking and expectations library. +- [sinon.js](https://sinonjs.org/): Test spies, stubs and mocks for JavaScript. +- [nock](https://github.com/nock/nock): HTTP mocking and expectations library. diff --git a/docs/api-tutorials/related-tools.md b/docs/api-tutorials/related-tools.md index 7f0358df63..dfbffd998a 100644 --- a/docs/api-tutorials/related-tools.md +++ b/docs/api-tutorials/related-tools.md @@ -2,11 +2,11 @@ ## Assertion Libraries - +- [unexpected](https://unexpectedjs.github.io/) - extensible BDD assertion toolkit - +- [chai](http://chaijs.com/) - expect(), assert() and should style assertions *recommended* - +- [earl](https://earl.fun/) - ergonomic, modern and type-safe assertion library for TypeScript +- [chai](http://chaijs.com/) (recommended): expect(), assert(), and should style assertions +- [earl](https://earl.fun/): ergonomic, modern and type-safe assertion library for TypeScript +- [unexpected](https://unexpectedjs.github.io/): extensible BDD assertion toolkit ## Mocks, Stubs & Spies - +- [sinon.js](https://sinonjs.org/) - Test spies, stubs and mocks for JavaScript. - +- [nock](https://github.com/nock/nock) - HTTP mocking and expectations library. +- [sinon.js](https://sinonjs.org/): Test spies, stubs and mocks for JavaScript. +- [nock](https://github.com/nock/nock): HTTP mocking and expectations library.