From 98a5a08c11c8092a331f59560db7b61bb433002e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 8 May 2015 19:09:39 +0200 Subject: [PATCH] add some more testing modules closes #273 --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index d4e205c..ce382dc 100644 --- a/readme.md +++ b/readme.md @@ -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. - [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. +- [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