Commit Graph

2224 Commits

Author SHA1 Message Date
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
7039cfe278 Travis build: 1140 2018-01-10 14:25:39 +00:00
3612840fe1 Merge pull request #524 from Chalarangelo/snippet-tests
[FEATURE]  Snippet tests
2018-01-10 16:24:28 +02:00
55699201a4 update description for isPrimitive, add 2 tests, isPrimitive & isPrime 2018-01-10 15:19:09 +01:00
3c8840a2d3 add test for isSymbol 2018-01-10 15:07:08 +01:00
9713dbe049 add 2 tests for join and last 2018-01-10 15:04:00 +01:00
46c9594445 add 2 tests, lcm & longestItem 2018-01-10 14:59:07 +01:00
eb8950482a update luhnCheck example, add 2 tests, luhnCheck & mapObject 2018-01-10 14:48:59 +01:00
3905abd8fc update mask example, add test for mask 2018-01-10 14:39:58 +01:00
3ce4ac5912 add 2 tests, maxN & median 2018-01-10 14:36:26 +01:00
e9d89a7e4e add 2 tests, minN & negate 2018-01-10 14:33:52 +01:00
6ded0be9ff add 2 tests, nthElement & objectFromPairs 2018-01-10 14:30:17 +01:00
2ac592971c typo at objectToPairs & add test 2018-01-10 14:27:06 +01:00
ab34685926 add 2 tests orderBy and palindrome 2018-01-10 14:24:45 +01:00
c38c4688e7 fix partition example to use const 2018-01-10 14:18:37 +01:00
bdaceb1224 add 2 tests, dercentile & partition 2018-01-10 14:18:16 +01:00
d268130037 add 2 tests, pick & powerset 2018-01-10 14:05:00 +01:00
bf071b19e7 add 3 tests, prettyBytes, primes & reducedFilter
updated prettyBytes example to output string
2018-01-10 14:01:35 +01:00
e86c1d89be add 2 tests for remove and reverseString 2018-01-10 13:46:19 +01:00
15eb4516c3 add 2 tests, RGBtoHex & round 2018-01-10 13:42:28 +01:00
3df33e228d update sdbm example and add 2 tests for sdbm and select 2018-01-10 13:40:12 +01:00
7383ea3803 add 2 tests for similarity & size 2018-01-10 13:34:58 +01:00
aa56893bd0 add 2 tests, sortCharactersInString & sortedIndex 2018-01-10 13:12:17 +01:00
7a7c31bfc8 update example for splitLines and add test 2018-01-10 13:07:51 +01:00
4c7815fd74 add 2 tests for spreadOver and standardDeviation 2018-01-10 13:01:52 +01:00
4262a8c8ed add 2 tests for sum and sumPower 2018-01-10 12:58:10 +01:00
68df9f3a3f add 2 tests for symmetricDifference and tail 2018-01-10 12:52:43 +01:00
19223d7b55 add tests for take and takeRight 2018-01-10 12:47:57 +01:00
f56686755e update snippet toDecimalMark, add test for toDecimalMark 2018-01-10 12:42:11 +01:00
cc2b0ba05d add test for toCamelCase 2018-01-10 12:40:56 +01:00
fb32970c66 add test for KebabCase and toEnglishDate
EnglishDate is not working properly - #523
2018-01-10 12:24:30 +01:00
341be9c0a6 add 2 tests for toSnakeCase & truthCheckCollection 2018-01-10 12:13:21 +01:00
d0182d4fa0 add 2 tests for union & without 2018-01-10 12:07:03 +01:00
b059131e29 Merge pull request #522 from Chalarangelo/snippet-tests
[FEATURE] Add few tests
2018-01-10 12:57:30 +02:00
e03aa42d7b Update PULL_REQUEST_TEMPLATE.md
Add `Tests` since there are going to be a lot of PRs about them.
2018-01-10 11:52:34 +01:00