Drop Narwhal from test/run-test.sh and contributing text. [ci skip]

This commit is contained in:
John-David Dalton
2014-06-23 00:48:46 -07:00
parent b7b8ad7760
commit 4105b19f75
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ Include updated unit tests in the `test` directory as part of your pull request.
Dont worry about regenerating the documentation or distribution files. Dont worry about regenerating the documentation or distribution files.
You can run the tests from the command line via `node test/test`, or open `test/index.html` in a web browser. You can run the tests from the command line via `node test/test`, or open `test/index.html` in a web browser.
The `test/run-test.sh` script attempts to run the tests in [Rhino](https://developer.mozilla.org/en-US/docs/Rhino), [Narwhal](https://github.com/280north/narwhal), [RingoJS](http://ringojs.org/), [PhantomJS](http://phantomjs.org/), and [Node](http://nodejs.org/), before running them in your default browser. The `test/run-test.sh` script attempts to run the tests in [Rhino](https://developer.mozilla.org/en-US/docs/Rhino), [RingoJS](http://ringojs.org/), [PhantomJS](http://phantomjs.org/), and [Node](http://nodejs.org/), before running them in your default browser.
The [Backbone](http://backbonejs.org/) and [Underscore](http://http://underscorejs.org/) test suites are included as well. The [Backbone](http://backbonejs.org/) and [Underscore](http://http://underscorejs.org/) test suites are included as well.
## Contributor License Agreement ## Contributor License Agreement

View File

@@ -1,6 +1,6 @@
cd "$(dirname "$0")" cd "$(dirname "$0")"
for cmd in rhino "rhino -require" narwhal ringo phantomjs; do for cmd in rhino "rhino -require" ringo phantomjs; do
echo "Testing in $cmd..." echo "Testing in $cmd..."
$cmd test.js ../dist/lodash.compat.js && $cmd test.js ../dist/lodash.compat.min.js $cmd test.js ../dist/lodash.compat.js && $cmd test.js ../dist/lodash.compat.min.js
echo "" echo ""