Files
lodash/test/run-test.sh
2012-04-17 20:05:59 -04:00

7 lines
153 B
Bash
Executable File

cd "$(dirname "$0")"
for cmd in rhino ringo narwhal node; do
echo "Testing in $cmd..."
$cmd test.js
done
echo "Testing in a browser..."
open index.html