Skip to content

Commit 0b139b1

Browse files
author
Eric Elliott
committed
Update README.md
1 parent 84ca698 commit 0b139b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,14 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
8181
* [How to use NPM as a Build Tool](http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/)
8282

8383

84-
### Lint / Quality checkers
84+
### Testing / Lint / Quality checkers
8585

8686
* [JSHint](http://jshint.com/)
8787
* [ESLint](http://eslint.org/)
8888
* [Istanbul](https://github.com/gotwarlost/istanbul) Code coverage reporting
89-
* [tape](https://github.com/substack/tape) and [faucet](https://github.com/substack/faucet) for dead simple unit testing.
90-
* [Nightwatch](http://nightwatchjs.org/) Dead simple integration testing with Selenium
89+
* [tape](https://github.com/substack/tape) Minimal, dead simple unit testing. (This is all you need, really!)
90+
* [faucet](https://github.com/substack/faucet) Prettify unit testing output (like what comes from tape).
91+
* [Supertest](https://github.com/tj/supertest) The best way to test HTTP endpoints.
9192

9293

9394
### Transpilers

0 commit comments

Comments
 (0)