Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

In Node v0.11, execute tests natively using --harmony-generators #1

Closed
benjamn opened this issue Oct 5, 2013 · 0 comments
Closed

Comments

@benjamn
Copy link
Contributor

benjamn commented Oct 5, 2013

That is, in addition to transforming test/tests.es6.js into test/tests.es5.js, we should run the tests natively using the following command:

mocha --reporter spec --harmony-generators test/tests.es6.js

This will ensure that we maintain fidelity with the V8 implementation of generators, and (perhaps most importantly) allow Travis CI to verify fidelity in Node v0.11 with every push.

@benjamn benjamn closed this as completed in c8a8cc6 Oct 7, 2013
benjamn pushed a commit that referenced this issue Oct 24, 2013
benjamn pushed a commit that referenced this issue Dec 3, 2013
Enable native support for let/const in node v0.11.2+
benjamn pushed a commit that referenced this issue Apr 8, 2014
Upgrade recast dependency to v0.5.16 to fix #103
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant