From ec49a8b72c17f343b32f59d662c3e498ae9dee1c Mon Sep 17 00:00:00 2001 From: bUUnOpp Date: Tue, 12 May 2015 05:32:33 +0000 Subject: [PATCH] karma is to test in browsers not in node --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 681e951..72923ee 100644 --- a/readme.md +++ b/readme.md @@ -458,7 +458,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [loadtest](https://github.com/alexfernandez/loadtest) - Run load tests for your web application, with an API for automation. - [istanbul](https://github.com/gotwarlost/istanbul) - A code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. - [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.