Last active
May 11, 2016 23:00
-
-
Save ninjasort/03b7024ca2e105bd317008bb869d4bfb to your computer and use it in GitHub Desktop.
Test Utils
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mock-fs": "https://github.com/tschaub/mock-fs", | |
"nock": "https://github.com/node-nock/nock", | |
"rewire": "https://github.com/jhnns/rewire", | |
"assert-dir-equal": "https://github.com/ianstormtaylor/assert-dir-equal", | |
"mocha": "https://github.com/mochajs/mocha", | |
"chai": "http://devdocs.io/chai", | |
"sinon": "http://devdocs.io/sinon", | |
"nyc": "https://github.com/bcoe/nyc", | |
"tape": "https://github.com/substack/tape", | |
"mockery": "https://github.com/mfncooper/mockery", | |
"node-inspector": "https://github.com/node-inspector/node-inspector", | |
"zombie": "https://github.com/assaf/zombie" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment