Remove rhino testing.

This commit is contained in:
John-David Dalton
2015-11-29 12:00:53 -06:00
parent e778458f78
commit fdc15df3b3
3 changed files with 314 additions and 524 deletions

View File

@@ -1,14 +0,0 @@
cd "$(dirname "$0")"
echo "Testing in node..."
node test.js ../lodash.js
for cmd in rhino "rhino -require" ringo phantomjs; do
echo ""
echo "Testing in $cmd..."
$cmd test.js ../lodash.js
done
echo ""
echo "Testing in a browser..."
open index.html

File diff suppressed because it is too large Load Diff