From add5500048153d566b778c30c356d8e960edd113 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 15 Sep 2014 16:44:55 +0200 Subject: [PATCH] add `Karma` closes #156 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b00c602..b186f69 100644 --- a/readme.md +++ b/readme.md @@ -392,6 +392,7 @@ 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. ### Benchmarking