working on mocha tests with pahntomjs

This commit is contained in:
Stephen Rodriguez
2015-07-19 01:38:58 -04:00
parent de94353e6c
commit 07e8ae507a
5 changed files with 100 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
"scripts": {
"test": "jest --verbose --coverage && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"test-react": "jest --verbose --coverage",
"test-js": "mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"test-js": "node_modules/.bin/phantomjs tests/run.js",
"start": "npm install && bower install && gulp",
"lint": "jsxhint --jsx-only .",
"postinstall": "gulp postinstall"
@@ -38,7 +38,7 @@
"react-tools": "^0.13.3",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"sinon-chrome": "^0.1.2"
"sinon-chrome": "^0.2.1"
},
"dependencies": {
"bootstrap": "^3.3.4",