Re-enable browser tests

This commit is contained in:
Spencer Alger
2014-01-29 08:42:57 -07:00
parent 25782e54db
commit bc97cc9f6f

View File

@ -76,9 +76,8 @@ if [[ "$NODE_INTEGRATION" != "0" ]]; then
fi
if [[ "$BROWSER_UNIT" == "1" ]]; then
echo "disabled temporarily"
# group "running browser tests"
# _grunt browser_clients:build run:browser_test_server saucelabs-mocha
group "running browser tests"
_grunt browser_clients:build run:browser_test_server saucelabs-mocha
fi
if [[ "$COVERAGE" == "1" ]]; then