Skip to content

Commit d15bc4b

Browse files
jprichardsonljharb
authored andcommitted
[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.
1 parent 35844e6 commit d15bc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ By default, uncaught exceptions in your tests will not be intercepted, and will
127127
## other
128128

129129
- CoffeeScript support with https://www.npmjs.com/package/coffeetape
130-
- Promise support with https://www.npmjs.com/package/blue-tape
130+
- Promise support with https://www.npmjs.com/package/blue-tape or https://www.npmjs.com/package/tape-promise
131131
- ES6 support with https://www.npmjs.com/package/babel-tape-runner or https://www.npmjs.com/package/buble-tape-runner
132132
- Different test syntax with https://github.com/pguth/flip-tape (warning: mutates String.prototype)
133133

0 commit comments

Comments
 (0)