Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
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

@benjamn

Description

@benjamn

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions