chore: gulpifying the tests

Closes #168
This commit is contained in:
Marc Laval
2014-11-07 18:29:19 +01:00
committed by Misko Hevery
parent b734d56b83
commit ee99a5a02b
3 changed files with 32 additions and 10 deletions
+1 -6
View File
@@ -7,9 +7,4 @@ SCRIPT_DIR=$(dirname $0)
source $SCRIPT_DIR/env_dart.sh
cd $SCRIPT_DIR/../..
./node_modules/karma/bin/karma start karma-js.conf \
--reporters=dots \
--browsers=$KARMA_BROWSERS --single-run
./node_modules/karma/bin/karma start karma-dart.conf \
--reporters=dots \
--browsers=$KARMA_BROWSERS --single-run
./node_modules/.bin/gulp ci --browsers=$KARMA_BROWSERS