chore: add browserNoRouter test running mode

This commit is contained in:
Misko Hevery
2016-07-29 14:10:20 -07:00
parent c977a906b3
commit 8c8754e573
4 changed files with 29 additions and 22 deletions

View File

@ -6,7 +6,7 @@ if [ $# -eq 0 ]
then
echo "Angular test runner. (No platform specified)"
echo
echo "./test.sh [node|browser|tools]"
echo "./test.sh [node|browser|browserNoRouter|tools]"
echo
else
cd `dirname $0`