mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Update test and perf scripts.
Former-commit-id: 434935e332ec03dfd370efcd191b3f9aff5a9387
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
cd "$(dirname "$0")"
|
||||
for cmd in rhino ringo narwhal node; do
|
||||
for cmd in rhino ringo narwhal; do
|
||||
echo ""
|
||||
echo "Testing in $cmd..."
|
||||
$cmd test.js && $cmd test.js ../lodash.min.js
|
||||
$cmd test.js ../dist/lodash.compat.js && $cmd test.js ../dist/lodash.compat.min.js
|
||||
done
|
||||
|
||||
echo ""
|
||||
echo "Testing in node..."
|
||||
node test.js ../dist/lodash.js && node test.js ../dist/lodash.min.js
|
||||
|
||||
echo "Testing build..."
|
||||
node test-build.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user