Skip to content

Commit

Permalink
Test es5 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoder committed Mar 19, 2016
1 parent 0ef2554 commit b54319a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "Dependency Injection Super Simple",
"main": "lib/diss.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/diss-es6",
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/diss-es5",
"test-es5": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/diss-es5",
"test-es6": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/diss-es6",
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec && xdg-open coverage/lcov-report/index.html",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
Expand Down

0 comments on commit b54319a

Please sign in to comment.