Skip to content

Commit

Permalink
Merge pull request #1 from facebook/issue65
Browse files Browse the repository at this point in the history
Enable native support for let/const in node v0.11.2+
  • Loading branch information
termi committed Dec 2, 2013
2 parents 911a282 + 6bf4590 commit 55a2181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.js
Expand Up @@ -68,7 +68,7 @@ function asyncCallback(err) {

if (semver.gte(process.version, "0.11.2")) {
enqueue("mocha", [
"--harmony-generators",
"--harmony",
"--reporter", "spec",
"./test/tests.es6.js"
]);
Expand Down

0 comments on commit 55a2181

Please sign in to comment.