Commit Graph

533 Commits

Author SHA1 Message Date
4bf3aa304d add basic examples test to isObject 2018-01-11 05:31:49 -05:00
086005917d ran npm tdd 2018-01-11 05:27:49 -05:00
993239060e update test folder, run tdd 2018-01-11 10:15:13 +01:00
498fe17977 remove flattenDepth tests 2018-01-11 09:55:24 +01:00
ce4540f71d run tdd, update test cases for flatten. 2018-01-11 09:51:49 +01:00
9802c9d1cb add 2 basic test for zipObject snippet 2018-01-10 16:37:10 -05:00
c79dfdabac add 2 type Array.isArray test for zip return value 2018-01-10 16:32:37 -05:00
70347d62c1 add basic 2 test for zip snippet 2018-01-10 16:23:21 -05:00
14c8579949 generate new test that did already exist & update all module snippets with declaration 2018-01-10 15:22:58 -05:00
c3946950c0 add anagram test 2018-01-10 18:04:37 +01:00
a234ca519e add 2 tests, byteSize & capitalize 2018-01-10 18:02:22 +01:00
890a9bc3e3 add 2 tests, capitalizeEveryWord & chunk 2018-01-10 17:57:21 +01:00
f3eace019e add 2 tests, clampNumber & coalesce 2018-01-10 17:52:44 +01:00
e21186a4ed add 2 tests for coalsesceFactory and compact 2018-01-10 17:47:23 +01:00
db1648d08c add 2 tests, compose and countOccurences 2018-01-10 17:44:26 +01:00
f9ac0526af added 2 test, 2 broken snippets due to recursive issue curry & deepFlatten 2018-01-10 17:41:36 +01:00
c479a07722 add 2 tests, deepFlatten & difference 2018-01-10 17:38:30 +01:00
51b6ff4b9c add 2 tests, differenceWith & digitize 2018-01-10 17:36:16 +01:00
305232c572 add 2 tests, distinctvaluesOfArray & dropElements 2018-01-10 17:33:29 +01:00
f18feca2a5 add 2 tests for elo & dropRight 2018-01-10 17:30:31 +01:00
190431ef9d add 2 tests, escapeHTML & escapeRegExp 2018-01-10 17:23:06 +01:00
ed509800dc add 2 tests for everyNth and extendHex
typo factorial test
2018-01-10 17:20:26 +01:00
a5d14af485 add 2 tests, factorial and fibonacci
NOTE: factorial doesn't work, see the issues tab for more info
2018-01-10 17:17:57 +01:00
736f59bc01 add 2 tests, filterNonUnique & flatten 2018-01-10 17:05:11 +01:00
894eebb716 add 2 tests, flattenDepth & formatDuration
update CamelCase test cases
2018-01-10 17:03:09 +01:00
ae4385750b fix gcd and add test for fromCamelCase 2018-01-10 16:55:01 +01:00
e59c66676c add 2 tests, gcd & geometricProgression 2018-01-10 16:45:55 +01:00
ae140c308d add 2 tests, getDaysDiffBetweenDates, getType 2018-01-10 16:31:49 +01:00
bf0b11364d add 2 tests, getURLParameters, groupBy 2018-01-10 16:29:32 +01:00
0ae07d1bfa add 2 tests, hammingDistance & head 2018-01-10 16:23:35 +01:00
7743d5a52a fix initial test, add 2 tests, hextoRGB & indexOfAll 2018-01-10 16:19:30 +01:00
915f346ae8 add 2 tests, initial & initialize2DArray 2018-01-10 16:14:50 +01:00
fcfe76048f add 2 tests, initializeArray Range & Value 2018-01-10 16:10:55 +01:00
b61ab6ec5c add 2 tests, inRange & intersection 2018-01-10 16:07:21 +01:00
525a5c241c add 2 tests, invertKeyValues 2018-01-10 15:41:24 +01:00
9edfbcd690 add 2 tests, isArray & isBoolean 2018-01-10 15:37:38 +01:00
198520af08 add 2 tests, isFunction & isLowerCase 2018-01-10 15:34:49 +01:00
d508ce2ff6 add 2 tests, isNull & isNumber 2018-01-10 15:30:16 +01:00
1cd9b404cb update description for isPrimitive, add 2 tests, isPrimitive & isPrime 2018-01-10 15:19:09 +01:00
caed068e91 add test for isSymbol 2018-01-10 15:07:08 +01:00
936c71478b add 2 tests for join and last 2018-01-10 15:04:00 +01:00
4badf83acc add 2 tests, lcm & longestItem 2018-01-10 14:59:07 +01:00
72b4a0d12a update luhnCheck example, add 2 tests, luhnCheck & mapObject 2018-01-10 14:48:59 +01:00
51260a85a8 update mask example, add test for mask 2018-01-10 14:39:58 +01:00
cfb609177c add 2 tests, maxN & median 2018-01-10 14:36:26 +01:00
9d86928bcd add 2 tests, minN & negate 2018-01-10 14:33:52 +01:00
14af46f193 add 2 tests, nthElement & objectFromPairs 2018-01-10 14:30:17 +01:00
9fd2ec582f typo at objectToPairs & add test 2018-01-10 14:27:06 +01:00
adeec058c9 add 2 tests orderBy and palindrome 2018-01-10 14:24:45 +01:00
8a1ebdb67e add 2 tests, dercentile & partition 2018-01-10 14:18:16 +01:00