Skip to content

Commit

Permalink
need harmony flag for mocha to work
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredwesterveld committed Jul 4, 2014
1 parent b06ed2b commit 05e6869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {},
"scripts": {
"test": "mocha"
"test": "mocha --harmony"
},
"keywords": [
"implement",
Expand Down

0 comments on commit 05e6869

Please sign in to comment.