John-David Dalton
|
404edebdff
|
Cleanup unwrapped chaining tests and add a chaining test for _.attempt.
|
2014-07-05 07:39:31 -05:00 |
|
John-David Dalton
|
2f2030babf
|
Add _.attempt.
|
2014-07-05 07:23:54 -05:00 |
|
John-David Dalton
|
b560b35175
|
Remove test which will now lock up _.times.
|
2014-07-04 23:12:50 -05:00 |
|
John-David Dalton
|
c1b8a8594d
|
Bump tested browser versions in test/saucelabs.js.
|
2014-07-03 12:33:02 -07:00 |
|
John-David Dalton
|
c7d3c78e72
|
Make _.unzip its own method.
|
2014-07-03 09:46:39 -07:00 |
|
John-David Dalton
|
9ba1ddc2dd
|
Cleanup _.isEqual and make _.where of an empty array match all arrays similar to empty objects matching all objects.
|
2014-07-02 10:36:42 -07:00 |
|
John-David Dalton
|
e2c6f57859
|
Minor test cleanup.
|
2014-07-01 11:58:09 -07:00 |
|
John-David Dalton
|
b084210705
|
Add _.before.
|
2014-07-01 11:57:45 -07:00 |
|
John-David Dalton
|
7400064cd5
|
Added _.sortedLastIndex and allow _.lastIndexOf to work with sorted arrays and _.sortedLastIndex.
|
2014-06-30 09:40:55 -07:00 |
|
John-David Dalton
|
ba5107e801
|
Add unit tests for _.curryRight.
|
2014-06-26 09:00:56 -07:00 |
|
John-David Dalton
|
b291dcadc6
|
Add _.curryRight.
|
2014-06-26 09:00:55 -07:00 |
|
John-David Dalton
|
4105b19f75
|
Drop Narwhal from test/run-test.sh and contributing text. [ci skip]
|
2014-06-26 09:00:55 -07:00 |
|
John-David Dalton
|
8465e3061a
|
Cleanup error messages for jobs that fail to start .
|
2014-06-26 09:00:55 -07:00 |
|
John-David Dalton
|
6b09cd61d2
|
Ensure _.keysIn treats primitives like objects and both _.keys and _.keysIn return empty arrays for null and undefined values.
|
2014-06-22 18:54:19 -07:00 |
|
John-David Dalton
|
aac609cc38
|
Avoid test fails in IE 9.
|
2014-06-22 18:54:19 -07:00 |
|
John-David Dalton
|
0b1d16f9db
|
Excuse _.isFinite tests in test/underscore.html.
|
2014-06-22 16:56:18 -07:00 |
|
John-David Dalton
|
c550e27d21
|
Ensure _.omit and _.pick work with primitives.
|
2014-06-22 16:38:23 -07:00 |
|
John-David Dalton
|
0d3ac21ae0
|
Fix test in IE.
|
2014-06-22 16:38:23 -07:00 |
|
John-David Dalton
|
e143a0ec6b
|
Make _.isFinite follow ES6 Number.isFinite.
|
2014-06-22 16:38:22 -07:00 |
|
John-David Dalton
|
35ce087f3b
|
Use Object(...) instead of new String, new Boolean, and new Number.
|
2014-06-22 16:38:22 -07:00 |
|
John-David Dalton
|
e787bc8ae4
|
Add semicolons.
|
2014-06-22 16:38:22 -07:00 |
|
John-David Dalton
|
4937052475
|
Minor test cleanup.
|
2014-06-22 00:28:58 -07:00 |
|
John-David Dalton
|
739eb67bec
|
Add _.isError to host object test.
|
2014-06-22 00:28:58 -07:00 |
|
John-David Dalton
|
a3049b6f94
|
Ensure _.compose returns a noop function when no arguments are provided.
|
2014-06-22 00:28:26 -07:00 |
|
John-David Dalton
|
2f1346fefa
|
Add more _.noop use in test.js.
|
2014-06-22 00:27:47 -07:00 |
|
John-David Dalton
|
f116db3108
|
Make categories singular.
|
2014-06-21 21:25:17 -07:00 |
|
John-David Dalton
|
87a8780cca
|
Fix failing tests in older IE related to iteration order.
|
2014-06-21 15:12:49 -07:00 |
|
John-David Dalton
|
7d63970293
|
Remove sorting from _.functions.
|
2014-06-21 15:12:48 -07:00 |
|
John-David Dalton
|
ee267d23ba
|
Correct _.template use in saucelabs.js.
|
2014-06-21 15:12:48 -07:00 |
|
John-David Dalton
|
e0e4eed26b
|
Adjust unit tests.
|
2014-06-19 09:32:13 -07:00 |
|
John-David Dalton
|
5b280bd60d
|
Add excused tests for _.first, _.initial, _.last, _.rest, and _.template.
|
2014-06-19 09:32:13 -07:00 |
|
John-David Dalton
|
0d2db28908
|
Rename _.createCallback to _.callback.
|
2014-06-17 01:07:04 -07:00 |
|
John-David Dalton
|
20202b793b
|
Remove callback support from _.flatten and make it shallow by default.
|
2014-06-17 00:59:19 -07:00 |
|
John-David Dalton
|
62e84e73ae
|
Add _.clone and _.flatten tests.
|
2014-06-17 00:08:33 -07:00 |
|
John-David Dalton
|
73f6fd49d0
|
Align _.keys with ES6 and coerce primitives to objects.
|
2014-06-16 12:27:21 -07:00 |
|
John-David Dalton
|
4f9da35b76
|
Make _.max and _.min return unwrapped values when chaining.
|
2014-06-16 09:07:47 -07:00 |
|
John-David Dalton
|
4fd1eae84f
|
Fix typo to fix AMD tests.
|
2014-06-15 18:32:16 -07:00 |
|
John-David Dalton
|
e152f54903
|
Make tests work with es6 transpiled code.
|
2014-06-15 16:18:07 -07:00 |
|
John-David Dalton
|
5d3a9d817a
|
make ui.isModularize set to true if coming from lodash-es6.
|
2014-06-15 14:24:37 -07:00 |
|
John-David Dalton
|
39bdd37615
|
Correct the resolution of length in _.zip.
|
2014-06-15 11:45:04 -07:00 |
|
John-David Dalton
|
4c1a8f358a
|
Add more _.chunk tests.
|
2014-06-12 09:29:05 -07:00 |
|
John-David Dalton
|
05ff79f347
|
Avoid using passing in test descriptions.
|
2014-06-12 09:17:59 -07:00 |
|
John-David Dalton
|
b6bc844b4d
|
Remove support for cloning arrays and make _.isEqual more robust when comparing errors.
|
2014-06-12 08:38:35 -07:00 |
|
Blaine Bublitz
|
a58ad5006f
|
Initial implementation of _.chunk - close #465
|
2014-06-11 17:37:06 -07:00 |
|
John-David Dalton
|
6ab04866ec
|
Fix failing tests.
|
2014-06-11 12:24:18 -07:00 |
|
John-David Dalton
|
1f07f9d127
|
Fix _.isEqual test in environment w/o typed arrays.
|
2014-06-11 12:24:17 -07:00 |
|
John-David Dalton
|
e5ccfc4446
|
Ensure _.where returns elements that contain all source array values. [closes #583]
|
2014-06-11 12:24:17 -07:00 |
|
John-David Dalton
|
ec89382e35
|
Add error object tests to _.isEqual.
|
2014-06-11 12:24:17 -07:00 |
|
John-David Dalton
|
e8cfeec0cf
|
Cleanup tests and ensure the Worker test waits no more than 30 seconds (including retries).
|
2014-06-10 20:28:02 -07:00 |
|
John-David Dalton
|
c72171d1da
|
Add _.once tests for memorized return values.
|
2014-06-10 09:50:10 -07:00 |
|