Skip to content

Commit

Permalink
[Docs] Add tape-promise into 'other'
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jprichardson authored and ljharb committed Nov 6, 2015
1 parent 35844e6 commit d15bc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Expand Up @@ -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)

Expand Down

0 comments on commit d15bc4b

Please sign in to comment.