Skip to content

Commit 55fd22a

Browse files
authored
Cleanup "related tools" pages (#5457)
1 parent 56486b1 commit 55fd22a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs-next/src/content/docs/explainers/related-tools.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

docs/api-tutorials/related-tools.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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.

0 commit comments

Comments
 (0)