mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
10 lines
171 B
Bash
Executable File
10 lines
171 B
Bash
Executable File
cd "$(dirname "$0")"
|
|
for cmd in rhino ringo narwhal node; do
|
|
echo ""
|
|
echo "Testing in $cmd..."
|
|
$cmd test.js
|
|
done
|
|
echo ""
|
|
echo "Testing in a browser..."
|
|
open index.html
|