Skip to content

Commit

Permalink
[Docs] Add an alternative ES6 tape runner
Browse files Browse the repository at this point in the history
I wrapped Buble and Reify for running ES6 syntax tests for my own purposes. Maybe someone else would enjoy it, too.
  • Loading branch information
nikcorg authored and ljharb committed Oct 13, 2016
1 parent a1e8f7e commit aac3e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +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
- ES6 support with https://www.npmjs.com/package/babel-tape-runner
- ES6 support with https://www.npmjs.com/package/babel-tape-runner or https://www.npmjs.com/package/buble-tape-runner

# methods

Expand Down

0 comments on commit aac3e70

Please sign in to comment.