Skip to content

Commit

Permalink
Run tests with --harmony.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 15, 2014
1 parent 3f254eb commit 5311996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "npm run lint && node test.js",
"test": "npm run lint && node --harmony test.js",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"lint": "jscs *.js"
Expand Down

0 comments on commit 5311996

Please sign in to comment.