Skip to content

Commit

Permalink
test: Remove mocha.opts and use direct --harmony option instead
Browse files Browse the repository at this point in the history
  • Loading branch information
therne committed Jan 17, 2016
1 parent dc1afbb commit e77ca2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Express style routing framework on koa.js.",
"main": "index.js",
"scripts": {
"test": "mocha test"
"test": "mocha --harmony test"
},
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion test/mocha.opts

This file was deleted.

0 comments on commit e77ca2a

Please sign in to comment.