John-David Dalton
|
076e4e6db5
|
Add math operator method tests for objects.
|
2016-04-21 01:00:59 -07:00 |
|
John-David Dalton
|
2ea08ccd36
|
Add math operator method tests for symbols.
|
2016-04-21 00:44:56 -07:00 |
|
John-David Dalton
|
38edd713e4
|
Ensure punctuation is not treated as words. [closes #2268]
|
2016-04-20 16:23:46 -07:00 |
|
John-David Dalton
|
6987d70dc2
|
Only avoid converting -0 to 0 if comparator is provided.
|
2016-04-20 16:05:21 -07:00 |
|
John-David Dalton
|
0429434dbb
|
Ensure -0 is treated as 0.
|
2016-04-20 00:51:25 -07:00 |
|
John-David Dalton
|
80f35ee713
|
Add _.uniq tests for -0.
|
2016-04-20 00:25:31 -07:00 |
|
John-David Dalton
|
ca3b583695
|
Add wrapped values tests.
|
2016-04-19 17:42:46 -07:00 |
|
John-David Dalton
|
c2cbb06d57
|
Add _.difference and _.intersection tests for -0.
|
2016-04-19 16:57:41 -07:00 |
|
John-David Dalton
|
f6bf8d2e6d
|
Cleanup -0 tests.
|
2016-04-19 12:38:00 -07:00 |
|
John-David Dalton
|
60c89b2754
|
Add _.invoke test for -0 key.
|
2016-04-19 12:37:47 -07:00 |
|
John-David Dalton
|
b72fba911d
|
Cleanup wrapper resets and add assert for returning function object values.
|
2016-04-19 11:26:55 -07:00 |
|
John-David Dalton
|
3930c388e4
|
Fix Safari 9.0 flaky test fail.
|
2016-04-19 10:23:03 -07:00 |
|
John-David Dalton
|
ddf5ef0839
|
Add even more -0 tests.
|
2016-04-19 08:24:33 -07:00 |
|
John-David Dalton
|
c66947405b
|
Add omit and pick tests for -0 keys.
|
2016-04-19 00:24:09 -07:00 |
|
John-David Dalton
|
ad27b62343
|
Add tests for -0 keys.
|
2016-04-19 00:23:16 -07:00 |
|
John-David Dalton
|
af41f9267a
|
Add test for combining enclosing circle backslash.
|
2016-04-18 22:03:56 -07:00 |
|
John-David Dalton
|
ba58f35f37
|
Add arguments object test for values methods.
|
2016-04-18 17:48:26 -07:00 |
|
John-David Dalton
|
27dfe542bd
|
Use baseToString in _.truncate.
|
2016-04-17 07:18:39 -07:00 |
|
John-David Dalton
|
1a1e0e1a6b
|
Ensure _.pullAt sorts indexes greater than 9 correctly. [closes #2254]
|
2016-04-15 07:17:48 -07:00 |
|
John-David Dalton
|
f6c14ec31f
|
Add jscs "disallowUnusedVariables" rule.
|
2016-04-15 07:17:48 -07:00 |
|
John-David Dalton
|
a532773703
|
Cleanup debounce and throttle tests.
|
2016-04-13 22:08:55 -07:00 |
|
ben robbins
|
44b9b085c0
|
Add test for _.debounce with a wait of 0.
|
2016-04-13 18:16:50 -07:00 |
|
John-David Dalton
|
7e885a4ddd
|
Add _.words unit test for contractions.
|
2016-04-13 08:21:17 -07:00 |
|
John-David Dalton
|
a3c1f42708
|
Add _.nth and _.nthArg tests.
|
2016-04-13 01:09:12 -07:00 |
|
John-David Dalton
|
d3ef5a3acb
|
Use noop instead of alwaysUndefined.
|
2016-04-13 01:09:12 -07:00 |
|
John-David Dalton
|
4275a73170
|
Add support for contractions to case methods.
|
2016-04-12 21:48:52 -07:00 |
|
John-David Dalton
|
78a157d675
|
Move _.map test order around.
|
2016-04-12 21:48:52 -07:00 |
|
John-David Dalton
|
3c37f290a8
|
Add unwrapped chain test for nth.
|
2016-04-12 09:38:22 -07:00 |
|
John-David Dalton
|
201ea9a9f0
|
Add shorthand tests for sortBy and over methods.
|
2016-04-11 22:46:38 -07:00 |
|
John-David Dalton
|
2469af6c3f
|
Add _.nth.
|
2016-04-11 22:46:33 -07:00 |
|
John-David Dalton
|
091b5fbe30
|
Make _.head avoid accessing array when its length is 0.
|
2016-04-11 17:34:49 -07:00 |
|
John-David Dalton
|
e60e97c03f
|
Ensure _.debounce queues a trailing call after maxWait. [closes #2229]
|
2016-04-10 20:50:51 -07:00 |
|
John-David Dalton
|
17e1a6dbe8
|
Ensure _.slice handles a limit of 0 in Node 0.10.
|
2016-04-09 00:53:07 -07:00 |
|
John-David Dalton
|
c7264e3f1f
|
Add isIterateeCall check to _.split.
|
2016-04-08 11:03:18 -07:00 |
|
John-David Dalton
|
349ec35c48
|
Add flow test for handling an empty array.
|
2016-04-08 11:03:18 -07:00 |
|
John-David Dalton
|
057dd5b0a8
|
Minor escapeRegExp test nit.
|
2016-04-08 11:03:18 -07:00 |
|
John-David Dalton
|
c1958daf65
|
Update handling of limit to the current es6 draft.
|
2016-04-08 11:03:10 -07:00 |
|
John-David Dalton
|
977264f55b
|
Fix split test fails across enviros.
|
2016-04-08 02:07:13 -07:00 |
|
John-David Dalton
|
e776e679af
|
Ensure _.split works with emojis.
|
2016-04-08 01:20:49 -07:00 |
|
John-David Dalton
|
87444e1a45
|
Add sumBy tests.
|
2016-04-07 21:43:33 -07:00 |
|
John-David Dalton
|
dc63bc2bd9
|
Fix dynamic test labels for groups of methods.
|
2016-04-07 21:43:33 -07:00 |
|
John-David Dalton
|
6f3fb587e2
|
Simplify deep property tests.
|
2016-04-05 08:39:09 -07:00 |
|
John-David Dalton
|
083c5b703a
|
Add _.matchesProperty test for matching undefined values of nested objects.
|
2016-04-05 08:23:34 -07:00 |
|
John-David Dalton
|
3583c56067
|
Replace double quotes with ticks. [ci skip]
|
2016-04-05 08:08:31 -07:00 |
|
John-David Dalton
|
9999199d2b
|
Enable over methods to accept matchesProperty shorthands.
|
2016-04-05 08:06:44 -07:00 |
|
John-David Dalton
|
cf5d6b5bc8
|
Revert #2193.
|
2016-04-04 11:47:46 -07:00 |
|
John-David Dalton
|
c4a78445b3
|
Add _.isNative test for Promise.
|
2016-04-01 19:17:52 -07:00 |
|
John-David Dalton
|
972624297b
|
Add variation to falsey _.slice test.
|
2016-04-01 18:18:37 -07:00 |
|
John-David Dalton
|
58f93567fc
|
Make _.sampleSize default n to 1 instead of 0.
|
2016-04-01 18:18:37 -07:00 |
|
John-David Dalton
|
f599c4817a
|
Make _.chunk default size to 1 instead of 0.
|
2016-04-01 18:18:36 -07:00 |
|