angular.js/test.sh
Misko Hevery 01c7abab35 Fix browser triggering in scenario to always do native events.
- Also fixed angular.suffix for scenarios
 - refactored click() to browserTrigger()
 - Fixed Rakefile with CSS and jQuery
2010-10-19 15:56:53 -07:00

7 lines
211 B
Bash
Executable file

tests=$1
if [[ $tests = "" ]]; then
tests="all"
fi
#java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests"
java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-jquery.conf