changing jest to be more verbose for travis logs

This commit is contained in:
Stephen Rodriguez
2015-07-05 23:16:57 -04:00
parent 98912b8fa5
commit c287459bb5

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"test-react": "jest",
"test": "jest --verbose && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"test-react": "jest --verbose",
"test-js": "mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"start": "npm install && bower install && gulp",
"lint": "jsxhint --jsx-only ."