mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
lodash: Rename to lodash and update support files. [jddalton]
This commit is contained in:
7
test/run-test.sh
Executable file
7
test/run-test.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user