add some more testing modules

closes #273
This commit is contained in:
Sindre Sorhus
2015-05-08 19:09:39 +02:00
parent 1091a2d76f
commit 98a5a08c11

View File

@@ -461,6 +461,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Sinon.JS](https://github.com/cjohansen/Sinon.JS) - Test spies, stubs and mocks. - [Sinon.JS](https://github.com/cjohansen/Sinon.JS) - Test spies, stubs and mocks.
- [Karma](http://karma-runner.github.io) - Executes code in multiple real browsers. - [Karma](http://karma-runner.github.io) - Executes code in multiple real browsers.
- [navit](https://github.com/nodeca/navit) - PhantomJS wrapper for easy client tests scripting. - [navit](https://github.com/nodeca/navit) - PhantomJS wrapper for easy client tests scripting.
- [nock](https://github.com/pgte/nock) - HTTP mocking and expectations.
- [intern](https://github.com/theintern/intern) - A next-generation code testing stack for JavaScript.
### Benchmarking ### Benchmarking