From d15bc4b693f26824c03fbd647bc4fea89a4af5e2 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Fri, 6 Nov 2015 08:34:13 -0600 Subject: [PATCH] [Docs] Add tape-promise into 'other' Unlike `blue-tape`, `tape-promise` has the following benefits: 1. Doesn't explicitly depend upon `tape`. i.e. can directly modify `tape` if need be and not fixed to the `tape` version of `blue-tape`. 2. Explicitly supports async/await. 3. Has better documentation. --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index b43a1700..cf9296db 100644 --- a/readme.markdown +++ b/readme.markdown @@ -127,7 +127,7 @@ By default, uncaught exceptions in your tests will not be intercepted, and will ## other - CoffeeScript support with https://www.npmjs.com/package/coffeetape -- Promise support with https://www.npmjs.com/package/blue-tape +- Promise support with https://www.npmjs.com/package/blue-tape or https://www.npmjs.com/package/tape-promise - ES6 support with https://www.npmjs.com/package/babel-tape-runner or https://www.npmjs.com/package/buble-tape-runner - Different test syntax with https://github.com/pguth/flip-tape (warning: mutates String.prototype)