|
|
4e8eeee7f4
|
isPrimitive test, type, truthy/falsy, time test, message reformat
|
2018-01-15 11:32:42 -05:00 |
|
|
|
f762f76464
|
ran npm run tdd
|
2018-01-15 10:58:44 -05:00 |
|
|
|
6827cff03f
|
add error, type, test for quicksort
|
2018-01-15 10:52:30 -05:00 |
|
|
|
7eaa6ce245
|
update last test, type, throw err, time, and omit args
|
2018-01-15 10:34:31 -05:00 |
|
|
|
a09a6b02d6
|
update chunk type test, throw error, omit variables, etc
|
2018-01-15 10:19:22 -05:00 |
|
|
|
34f81594ae
|
update average with time test, omit test, error test, falsy/truthy test & etc
|
2018-01-15 09:39:00 -05:00 |
|
|
|
99ed42ab00
|
update head with time test, types test, error test, omit test
|
2018-01-15 08:48:53 -05:00 |
|
|
|
93bd5a716b
|
Name changed for easy to find.
|
2018-01-15 14:25:18 +03:00 |
|
|
|
3c69263268
|
randomIntWithLengthInRange
|
2018-01-13 20:13:37 +03:00 |
|
|
|
779e18c08e
|
remove flattenDepth
seems that tdd script doesn't remove old removed snippets and their tests
|
2018-01-12 21:21:00 +01:00 |
|
|
|
c1ad0abebb
|
add test for deepFlatten
|
2018-01-12 21:16:54 +01:00 |
|
|
|
55085b246c
|
add test for anagram
|
2018-01-12 21:15:58 +01:00 |
|
|
|
6119f8efe6
|
add basic examples test to isObject
|
2018-01-11 05:31:49 -05:00 |
|
|
|
7c805e941a
|
ran npm tdd
|
2018-01-11 05:27:49 -05:00 |
|
|
|
6fddd38fd5
|
update test folder, run tdd
|
2018-01-11 10:15:13 +01:00 |
|
|
|
b81f540f2e
|
remove flattenDepth tests
|
2018-01-11 09:55:24 +01:00 |
|
|
|
683553a787
|
run tdd, update test cases for flatten.
|
2018-01-11 09:51:49 +01:00 |
|
|
|
40210c9cd9
|
add 2 basic test for zipObject snippet
|
2018-01-10 16:37:10 -05:00 |
|
|
|
8f55271baf
|
add 2 type Array.isArray test for zip return value
|
2018-01-10 16:32:37 -05:00 |
|
|
|
36f0e9261f
|
add basic 2 test for zip snippet
|
2018-01-10 16:23:21 -05:00 |
|
|
|
f0c4404060
|
generate new test that did already exist & update all module snippets with declaration
|
2018-01-10 15:22:58 -05:00 |
|
|
|
bb18663692
|
add anagram test
|
2018-01-10 18:04:37 +01:00 |
|
|
|
f7ffdd3d35
|
add 2 tests, byteSize & capitalize
|
2018-01-10 18:02:22 +01:00 |
|
|
|
bdf1c32096
|
add 2 tests, capitalizeEveryWord & chunk
|
2018-01-10 17:57:21 +01:00 |
|
|
|
548c37444a
|
add 2 tests, clampNumber & coalesce
|
2018-01-10 17:52:44 +01:00 |
|
|
|
2d02479309
|
add 2 tests for coalsesceFactory and compact
|
2018-01-10 17:47:23 +01:00 |
|
|
|
ef151f3ff7
|
add 2 tests, compose and countOccurences
|
2018-01-10 17:44:26 +01:00 |
|
|
|
e1a140c556
|
added 2 test, 2 broken snippets due to recursive issue curry & deepFlatten
|
2018-01-10 17:41:36 +01:00 |
|
|
|
4394fda384
|
add 2 tests, deepFlatten & difference
|
2018-01-10 17:38:30 +01:00 |
|
|
|
918461d3a8
|
add 2 tests, differenceWith & digitize
|
2018-01-10 17:36:16 +01:00 |
|
|
|
093180a1f9
|
add 2 tests, distinctvaluesOfArray & dropElements
|
2018-01-10 17:33:29 +01:00 |
|
|
|
4cfa5b7636
|
add 2 tests for elo & dropRight
|
2018-01-10 17:30:31 +01:00 |
|
|
|
c67e8396e3
|
add 2 tests, escapeHTML & escapeRegExp
|
2018-01-10 17:23:06 +01:00 |
|
|
|
5433294e03
|
add 2 tests for everyNth and extendHex
typo factorial test
|
2018-01-10 17:20:26 +01:00 |
|
|
|
2943415805
|
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 |
|
|
|
e06fb0c443
|
add 2 tests, filterNonUnique & flatten
|
2018-01-10 17:05:11 +01:00 |
|
|
|
87b57d3132
|
add 2 tests, flattenDepth & formatDuration
update CamelCase test cases
|
2018-01-10 17:03:09 +01:00 |
|
|
|
5f986ea916
|
fix gcd and add test for fromCamelCase
|
2018-01-10 16:55:01 +01:00 |
|
|
|
338c661e64
|
add 2 tests, gcd & geometricProgression
|
2018-01-10 16:45:55 +01:00 |
|
|
|
12bf4816ca
|
add 2 tests, getDaysDiffBetweenDates, getType
|
2018-01-10 16:31:49 +01:00 |
|
|
|
10ea39aeb6
|
add 2 tests, getURLParameters, groupBy
|
2018-01-10 16:29:32 +01:00 |
|
|
|
bc528491af
|
add 2 tests, hammingDistance & head
|
2018-01-10 16:23:35 +01:00 |
|
|
|
1ed62476fb
|
fix initial test, add 2 tests, hextoRGB & indexOfAll
|
2018-01-10 16:19:30 +01:00 |
|
|
|
6913e64168
|
add 2 tests, initial & initialize2DArray
|
2018-01-10 16:14:50 +01:00 |
|
|
|
2511446767
|
add 2 tests, initializeArray Range & Value
|
2018-01-10 16:10:55 +01:00 |
|
|
|
b521b14961
|
add 2 tests, inRange & intersection
|
2018-01-10 16:07:21 +01:00 |
|
|
|
64a1d2612f
|
add 2 tests, invertKeyValues
|
2018-01-10 15:41:24 +01:00 |
|
|
|
2cc7ceb1ee
|
add 2 tests, isArray & isBoolean
|
2018-01-10 15:37:38 +01:00 |
|
|
|
21b1755861
|
add 2 tests, isFunction & isLowerCase
|
2018-01-10 15:34:49 +01:00 |
|
|
|
6434e7dcd9
|
add 2 tests, isNull & isNumber
|
2018-01-10 15:30:16 +01:00 |
|