Style: Moving all tests to a subfolder

This commit is contained in:
Esteban Ordano 2014-09-25 01:58:27 -03:00
commit df20d7e242
22 changed files with 97 additions and 170 deletions

View file

@ -1,5 +1,5 @@
#! /bin/bash
node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && \
node_modules/.bin/istanbul cover grunt -- mochaTest && \
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && \
./node_modules/karma/bin/karma start --browsers Firefox --single-run