Commit Graph

1053 Commits

Author SHA1 Message Date
John-David Dalton
8cdd6cd131 Fix test/test.js in lodash-node and carry fixes over to perf/perf.js. 2014-01-29 08:57:14 -08:00
John-David Dalton
5b9a8e9bf9 Fix tests for lodash-amd. 2014-01-29 00:29:50 -08:00
John-David Dalton
d4ac76081e Correct _.compose unit test. 2014-01-28 23:38:29 -08:00
Stephen Solka
512c8de526 Use .apply for initial function call in _.compose then use .call in loop. [closes #463, #464] 2014-01-28 22:05:19 -08:00
John-David Dalton
bec4e8d8e4 Fix lodash-node unit tests. 2014-01-27 21:50:50 -08:00
John-David Dalton
9f0993f29b Fix setting the selectedIndex of dropdown lists in test-ui.js and perf-ui.js. 2014-01-27 21:49:38 -08:00
John-David Dalton
1b79448ac2 Add _.zipObject test for extra values. 2014-01-27 20:00:47 -08:00
John-David Dalton
6cef7d5060 Ensure _.where handles properties with undefined properties. [closes #461] 2014-01-27 17:53:10 -08:00
John-David Dalton
24b77d9dcb Minor code format nit in test.js. [ci skip] 2014-01-26 13:27:01 -08:00
John-David Dalton
1e7927fbff Consistent use of getConfig in test/index.html and test/underscore.html. 2014-01-25 19:52:49 -08:00
John-David Dalton
129e56e570 Avoid accessing body.completed if body isn't truey in saucelabs.js. 2014-01-25 18:12:00 -08:00
John-David Dalton
5beef690ad Fix loading baseEach for commonjs modularize tests. 2014-01-25 18:11:25 -08:00
John-David Dalton
af55978918 Minor test cleanup. [ci skip] 2014-01-25 10:25:50 -08:00
John-David Dalton
3986dd4c32 Add baseEach tests. 2014-01-25 02:48:41 -08:00
John-David Dalton
79afa16a7f Fix test fails in older Safari and cleanup setProperty in test.js. 2014-01-24 23:16:07 -08:00
John-David Dalton
087ed0aa6a Update vendor/qunit-extras and simplify its load/install. 2014-01-24 09:42:45 -08:00
John-David Dalton
44fa3d2d07 Fix typo in throttle test. 2014-01-24 00:52:38 -08:00
John-David Dalton
8654d83a33 Drop 'use strict' in the unit tests and make its IIFE more closely resemble lodash's. 2014-01-23 23:19:13 -08:00
John-David Dalton
efb78c823c Add _.memoize test and normalize on using properties of a and b instead of x and y. 2014-01-23 23:00:49 -08:00
John-David Dalton
3bb7f0c291 Fix regression in test-ui.js. [ci skip] 2014-01-23 09:17:53 -08:00
John-David Dalton
62e0db7c9b Fix Function.prototype.toString mock in test/ to avoid errors in Firefox. 2014-01-23 00:30:59 -08:00
John-David Dalton
130695fcb3 Remove trailing slash in locationPath of test/underscore.html. 2014-01-23 00:30:24 -08:00
John-David Dalton
7b8a23453f Cleanup lodashBizarro code to get coverage up in AMD modules. 2014-01-22 23:09:42 -08:00
John-David Dalton
cb44479420 Add freeGlobal.self check to test/asset/set.js. 2014-01-22 23:07:50 -08:00
John-David Dalton
afb3806326 Cleanup the perf and test ui files. 2014-01-22 23:04:10 -08:00
John-David Dalton
bbc3100bb3 Add _.callback as an alias of _.createCallback. 2014-01-22 08:54:25 -08:00
John-David Dalton
38bb975abd Allow legacy build tests to pass. 2014-01-21 20:49:44 -08:00
John-David Dalton
c1c92256ea Track arity of functions created by _.bind, _.bindKey, _.bindAll, _.partial, _.partialRight, _.curry, and _.wrap. 2014-01-21 19:59:13 -08:00
John-David Dalton
ca58bab1f0 Cleanup assign/defaults/merge unit test. [ci skip] 2014-01-20 09:31:55 -08:00
John-David Dalton
7a213c9d6f Fix test typo in test/index.html. 2014-01-20 00:39:40 -08:00
John-David Dalton
a3d18d0429 Add coverage for Set for environments w/o native support. 2014-01-19 23:52:27 -08:00
John-David Dalton
c1d3fc1b78 Cleanup _.result default value patch. [closes #455] 2014-01-17 09:27:11 -08:00
pistacchio
e983f93859 Added default value to _.result 2014-01-16 18:54:20 +01:00
John-David Dalton
c6557e5078 Add more _.indexOf tests. 2014-01-14 22:11:10 -08:00
Johann Steinbrecher
f7aab02978 Fixing indexOf([], undefined, true) to return -1 insead 0 2014-01-14 12:55:06 -08:00
John-David Dalton
fdcd67dd6b Make stable multi prop sort unit test more complex. 2014-01-13 19:39:02 -08:00
John-David Dalton
b7e2396269 Increase test coverage of trim methods and _.sortBy. 2014-01-13 08:59:41 -08:00
John-David Dalton
2ec5e948b4 Make _.isEqual work with plain objects containing constructor properties with like object values and make _.invert assign arrays when using the multiValue flag. [closes #420] 2014-01-09 20:13:37 -08:00
John-David Dalton
cb22fb54e8 Allow _.trim, _.trimLeft, and _.trimRight to remove specified chars. 2014-01-08 23:39:52 -08:00
John-David Dalton
1dcfdfdb65 Remove test until v3.0 when we'll enforce uniform skipping of the constructor property of prototype objects. 2014-01-07 08:30:55 -08:00
John-David Dalton
d309eb8fa1 Expose _.slice. 2014-01-06 22:26:50 -08:00
John-David Dalton
16dfdbe314 Ensure shimIsPlainObject returns true for plain objects with a constructor property that has a function value. 2014-01-05 13:49:18 -06:00
John-David Dalton
67a6b88104 Add tests for _.capitalize. 2014-01-04 21:51:23 -06:00
John-David Dalton
0b4029f7a1 Fix lodashBizarro tests for trim, trimLeft, and trimRight. 2014-01-03 11:05:09 -06:00
John-David Dalton
ca48c5ddff Expose trim, trimLeft, and trimRight. 2014-01-03 00:37:49 -06:00
John-David Dalton
6e5846d206 Replace isWhitespaceAt with trimmedLeftIndex and trimmedRightIndex. 2014-01-01 10:57:42 -06:00
John-David Dalton
78f8a03da5 Ensure the trim fallback is tested and counted for code coverage. 2013-12-31 02:01:19 -06:00
John-David Dalton
4d10584233 Beef up _.parseInt support and add trim internally. 2013-12-30 23:58:56 -06:00
John-David Dalton
e4df75519c Ensure _.random() returns 1 or 0. 2013-12-26 10:09:53 -06:00
John-David Dalton
0438fa6816 Ensure _.reduce doesn't assign accumulator a collection value if its length is 0. 2013-12-25 02:36:02 -06:00