Skip to content

Commit

Permalink
Added @bnb suggested tools, alphabetized and cased from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
craftninja committed Mar 25, 2019
1 parent bf81d35 commit 26a5a8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/drafts/testing-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ It is a good idea to have unit tests, coverage that matches most use cases for t
Here are some things to consider as you develop your package.

Some useful tools:
* [c8](https://www.npmjs.com/package/c8)
* [Codecov](https://www.npmjs.com/package/codecov)
* [Coveralls](https://www.npmjs.com/package/coveralls)
* [Jest](https://www.npmjs.com/package/jest)
* [Mocha](https://www.npmjs.com/package/mocha)
* [Nock](https://www.npmjs.com/package/nock)
* [nyc](https://www.npmjs.com/package/nyc)
* [tape](https://www.npmjs.com/package/tape)

0 comments on commit 26a5a8e

Please sign in to comment.