From d57a3fe6586ab95d4acf41555e0b310ad717b568 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 1 Mar 2016 14:27:55 +0700 Subject: [PATCH] add `power-assert` by @twada --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index efc22d7..58a3192 100644 --- a/readme.md +++ b/readme.md @@ -543,6 +543,7 @@ - [tap](https://github.com/isaacs/node-tap) - A TAP test framework. - [tape](https://github.com/substack/tape) - TAP-producing test harness. - [Mocha](http://mochajs.org) - A feature-rich test framework making asynchronous testing simple and fun. +- [power-assert](https://github.com/power-assert-js/power-assert) - Provides descriptive assertion messages through the standard assert interface. - [Mochify](https://github.com/mantoni/mochify.js) - TDD with Browserify, Mocha, PhantomJS and WebDriver. - [trevor](https://github.com/vdemedes/trevor) - Run tests against multiple versions of Node.js without switching versions manually or pushing to Travis CI. - [loadtest](https://github.com/alexfernandez/loadtest) - Run load tests for your web application, with an API for automation.