Commit Graph

2822 Commits

Author SHA1 Message Date
9e917f801f Tests for reduceWhich, reduceSuccessive, removeNonASCII 2018-02-03 12:52:14 +02:00
ab38a73c2b Tests for parseCookie, serializeCookie, shuffle 2018-02-03 12:32:46 +02:00
f2ff2b33ea Tests for sortedLastIndex, sortedLastIndexBy, sortedIndexBy 2018-02-03 12:26:01 +02:00
1d03a61088 Tests for stripHTMLTags 2018-02-03 12:22:08 +02:00
81234d9d73 Tests for symmetricDifferenceBy, symmetricDifferenceWith 2018-02-03 12:20:15 +02:00
7d8614be0f Tests for takeWhile, takeRightWhile, times 2018-02-03 12:18:04 +02:00
d9626d0af4 Tests for transform 2018-02-03 12:10:42 +02:00
a7c0a73ff9 Tests for unfold, unary 2018-02-03 12:04:15 +02:00
52cfecdc5e Tests for unionBy, unionWith 2018-02-03 12:01:14 +02:00
980e3e2464 Tests for drop, distance and differenceBy 2018-02-03 11:58:24 +02:00
415fe3cf07 Merge pull request #583 from tcmal/master
[#526] Added some test cases
2018-02-03 11:33:29 +02:00
49a81e2aac Removed chainAsync tests (broken) 2018-02-03 11:32:34 +02:00
80382c8b39 Revert changes to chainAsync.md 2018-02-03 11:29:27 +02:00
e493002b60 Travis build: 1510 [cron] 2018-02-02 20:17:05 +00:00
e7007e4e05 Travis build: 1506 2018-02-02 11:05:56 +00:00
1965d15bb8 Merge pull request #536 from Emgo-Dev/local
4 New Snippets
2018-02-02 12:03:25 +01:00
172b9ff071 Update getMeridiemSuffixOfInteger.md 2018-02-02 13:01:49 +02:00
cc3008bfae Update getColonTimeFromDate.md 2018-02-02 12:57:41 +02:00
2f14d09427 Travis build: 1504 [cron] 2018-02-01 20:17:05 +00:00
f1ff5060d6 Fixed chainAsync() skipping the first function in the array. 2018-02-01 17:23:17 +00:00
d98450bdea Travis build: 1502 [cron] 2018-01-31 20:16:39 +00:00
7c3a6a72d9 Revert bottomVisible() test 2018-01-31 19:44:46 +00:00
61468f4149 Travis build: 1500 2018-01-31 17:15:57 +00:00
83cffb1d04 Merge pull request #575 from Chalarangelo/add-toCurrency
Add toCurrency
2018-01-31 19:14:15 +02:00
3b1e508e66 Travis build: 1498 2018-01-31 17:08:56 +00:00
6b5811c578 Merge pull request #585 from Chalarangelo/atomiks-patch-1
Fix overArgs example
2018-01-31 19:06:09 +02:00
5518d5aeb1 Update overArgs.md 2018-01-31 19:05:52 +02:00
2eadef87de Merge pull request #586 from kriadmin/patch-10
Update PULL_REQUEST_TEMPLATE.md
2018-01-31 16:00:27 +02:00
5bc0ed6110 Update PULL_REQUEST_TEMPLATE.md 2018-01-31 18:06:36 +05:30
3e1b7235e6 Update overArgs.md 2018-01-31 18:20:23 +10:00
df9438e6a8 Fix overArgs example 2018-01-31 18:17:06 +10:00
0a153ecaae testlog fix conflict 2018-01-30 17:26:19 -05:00
1add4be550 remove new keyword 2018-01-30 17:19:23 -05:00
51074375bf Minor linting issue 2018-01-30 20:50:32 +00:00
2793618665 Merge branch 'add-toCurrency' of https://github.com/Chalarangelo/30-seconds-of-code into add-toCurrency 2018-01-30 15:49:42 -05:00
49bb734c28 Merge branch 'master' of github.com:Chalarangelo/30-seconds-of-code 2018-01-30 20:23:04 +00:00
4b0dee99c5 Travis build: 1490 [cron] 2018-01-30 20:16:28 +00:00
aa46883a4b Tests for collatz() 2018-01-30 19:41:04 +00:00
19003bde90 Test for chainAsync() 2018-01-30 19:30:09 +00:00
ecefcc40af Fix chainAsync() throwing an error 2018-01-30 19:30:03 +00:00
bfa016cef1 Test for call() 2018-01-30 19:20:21 +00:00
998a2bbe30 Add description to binarySearch() test 2018-01-30 19:12:58 +00:00
96dcda484a bottomVisible() test 2018-01-30 19:11:56 +00:00
252ed5f304 Test for binarySearch() 2018-01-30 19:01:54 +00:00
6d7dc2933c Travis build: 1488 2018-01-30 02:59:50 +00:00
c226e69094 Merge pull request #581 from tcmal/master
[FIX: #580] Fix randomHexColorCode() sometimes returning strings too short & Fix test for same snippet
2018-01-29 18:58:18 -08:00
b929d5543b Travis build: 1486 [cron] 2018-01-29 20:15:30 +00:00
c7deb832ca Times by 1000000 instead of shifting. 2018-01-29 19:43:25 +00:00
023bac915d Removed unnecessary OR in randomHexColorCode() 2018-01-29 19:39:33 +00:00
b716781f8d Fixed randomHexColorCode() sometimes giving a string shorter than 7 characters. (Fixes #580) 2018-01-29 19:36:46 +00:00