try running mochatest directly without compiling

This commit is contained in:
Shane Kilkelly 2017-02-17 16:14:13 +00:00
parent 660752dfa6
commit 28536bfe73

View file

@ -11,7 +11,7 @@ echo ">> Server started"
sleep 5
echo ">> Running acceptance tests..."
grunt --no-color test:acceptance
grunt --no-color mochaTest:acceptance
_test_exit_code=$?
echo ">> Killing server"