Skip to content

Commit

Permalink
Enable native support for let/const in node v0.11.2+.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Dec 2, 2013
1 parent 911a282 commit 6bf4590
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 6bf4590

Please sign in to comment.