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 8aca34b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ By default, uncaught exceptions in your tests will not be intercepted, and will

- CoffeeScript support with https://www.npmjs.com/package/coffeetape
- Promise support with https://www.npmjs.com/package/blue-tape
- Promise & `async`/`await` support with 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 8aca34b

Please sign in to comment.