Skip to content

Commit 6385725

Browse files
author
Eric Elliott
committed
Update README.md
1 parent b5ab8da commit 6385725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
9393
* [eslint-plugin-no-class](https://github.com/emmenko/eslint-plugin-no-class) Forbid the ES6 `class` keyword. [Why?](https://github.com/eslint/eslint/pull/2096#issuecomment-83044888)
9494
* [ESLint no-inferred-methodname](https://github.com/johnstonbl01/eslint-no-inferred-method-name) A custom rule for a common problem.
9595
* [Istanbul](https://github.com/gotwarlost/istanbul) Code coverage reporting
96-
* [tape](https://github.com/substack/tape) Minimal, dead simple unit testing. (This is all you need, really!)
96+
* [blue-tape](https://github.com/spion/blue-tape) Minimal, dead simple unit testing using [tape](https://github.com/substack/tape). (This is all you need, really!)
9797
* [faucet](https://github.com/substack/faucet) Prettify unit testing output (like what comes from tape).
9898
* [Supertest](https://github.com/tj/supertest) The best way to test HTTP endpoints.
9999

0 commit comments

Comments
 (0)