From 8bc7d97f9dcc3291d6eb8a20f39a0418af4ca5d6 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 12 Jul 2015 22:47:16 +0200 Subject: [PATCH] improve `navit` description - fixes #308 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7e1eb77..0811c23 100644 --- a/readme.md +++ b/readme.md @@ -466,7 +466,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. -- [navit](https://github.com/nodeca/navit) - PhantomJS wrapper for easy client tests scripting. +- [navit](https://github.com/nodeca/navit) - PhantomJS / SlimerJS wrapper to simplify browser test 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.