merged tests with Dive in section

Former-commit-id: 1b32a93390d9b806bd66a298d558e68588ba7574
This commit is contained in:
tomByrer
2012-06-19 20:32:49 -06:00
parent 410315ce35
commit e3789e5b64

View File

@@ -15,6 +15,8 @@ Lo-Dashs performance is gained by avoiding slower native methods, instead opt
Weve got [API docs](http://lodash.com/docs), [benchmarks](http://lodash.com/benchmarks), and [unit tests](http://lodash.com/tests).
You can create your own benchmark at [jsPerf](http://jsperf.com), and search for existing tests named "[lo-dash](http://jsperf.com/search?q=lo-dash)" & "[lodash](http://jsperf.com/search?q=lodash)"
For a list of upcoming features, check out our [roadmap](https://github.com/bestiejs/lodash/wiki/Roadmap).
## Screencasts
@@ -43,14 +45,6 @@ For more information check out these screencasts over Lo-Dash:
Lo-Dash has been tested in at least Chrome 5-19, Firefox 1.5-13, IE 6-9, Opera 9.25-12, Safari 3.0.4-5.1.3, Node.js 0.4.8-0.6.18, Narwhal 0.3.2, RingoJS 0.8, and Rhino 1.7RC3.
## Test Lo-Dash
* Run the official [test suite](http://lodash.com/tests).
* Test Lo-Dash's performance:
* Run the full official [benchmark suite](http://lodash.com/benchmarks).
* Run an existing function test on jsPerf by searching for "[lodash](http://jsperf.com/search?q=lodash)" and "[lo-dash](http://jsperf.com/search?q=lo-dash)"
* Create your own test at [jsPerf](http://jsperf.com)
## Custom builds
Custom builds make it easy to create lightweight versions of Lo-Dash containing only the methods you need.