Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs-next/src/content/docs/explainers/related-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 5 additions & 5 deletions docs/api-tutorials/related-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading