Skip to content

Commit

Permalink
ic: refactoring UT
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed May 6, 2017
1 parent f1afb3e commit 5cfaed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,9 +9,9 @@
},
"scripts": {
"lint": "eslint src --fix",
"test": "mocha tests/unit --recursive --compilers js:babel-register --require babel-polyfill",
"test-cov": "istanbul cover _mocha tests/unit -- --recursive --compilers js:babel-register --require babel-polyfill",
"test-coveralls": "istanbul cover _mocha tests/unit --report lcovonly -- --recursive --compilers js:babel-register --require babel-polyfill -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test": "mocha --recursive --compilers js:babel-register --require babel-polyfill tests/unit",
"test-cov": "istanbul cover _mocha -- --recursive --compilers js:babel-register --require babel-polyfill tests/unit",
"test-coveralls": "istanbul cover _mocha --report lcovonly -- --recursive --compilers js:babel-register --require babel-polyfill -R spec tests/unit && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"install-selenium": "node nightwatch.conf.js",
"pretest-e2e": "ROOT=$PWD/tests/demo ./dist/index.js serve -p 3003 &",
"test-e2e": "sleep 6 && node_modules/.bin/nightwatch --config nightwatch.conf.js",
Expand Down

0 comments on commit 5cfaed0

Please sign in to comment.