From 5461b5a16d0783e19a87a0cbe77a7ca4803671c1 Mon Sep 17 00:00:00 2001 From: John Molina Date: Fri, 28 Oct 2016 16:21:30 -0400 Subject: [PATCH] Add tape test library (#328) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06c6ca65..4143f37d 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [prova](https://github.com/azer/prova) - Node & Browser test runner based on Tape and Browserify * [DalekJS](https://github.com/dalekjs/dalek) - Automated cross browser functional testing with JavaScript * [Protractor](https://github.com/angular/protractor) - Protractor is an end-to-end test framework for AngularJS applications. +* [tape](https://github.com/substack/tape) - Tap-producing test harness for node and browsers. ### Assertion