Skip to content

Commit

Permalink
Enable harmony mode when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Karachalios committed Oct 9, 2016
1 parent cddad7f commit a50e645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
"zombie": "^4.2.1"
},
"scripts": {
"test": "tap ./tests/test_*.js",
"coverage": "nyc --reporter=lcov tap ./tests/test_*.js",
"test": "tap --harmony ./tests/test_*.js",
"coverage": "nyc --reporter=lcov tap --harmony ./tests/test_*.js",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"jshint": "jshint lib/*.js",
"changelog": "changelog nock all -m > CHANGELOG.md"
Expand Down

0 comments on commit a50e645

Please sign in to comment.