Skip to content

Commit d2f237c

Browse files
committed
Merge pull request #84 from eddiemoore/patch-1
Added nyc to testing list
2 parents 6c2dc7a + 8d47e55 commit d2f237c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
132132
* [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)
133133
* [ESLint no-inferred-methodname](https://github.com/johnstonbl01/eslint-no-inferred-method-name) A custom rule for a common problem. #code
134134
* [Istanbul](https://github.com/gotwarlost/istanbul) Code coverage reporting
135+
* [nyc](https://github.com/bcoe/nyc) a code coverage tool built on istanbul that works for applications that spawn subprocesses.
135136
* [tape](https://github.com/substack/tape) Dead simple unit testing #code
136137
* [tap-browser-color](https://github.com/kirbysayshi/tap-browser-color) Prettify tap output in the browser. Works well with Tape. #code
137138
* [faucet](https://github.com/substack/faucet) Prettify tap output in the console. Plays well with Tape. #code

0 commit comments

Comments
 (0)