30secondsofcode
e5522dcf4c
Travis build: 1539
2019-11-04 07:17:49 +00:00
7assentlili
714e64d2b8
add includesAny
2019-11-03 22:49:17 +01:00
30secondsofcode
cb26e0ba49
Travis build: 1516
2019-10-18 06:34:35 +00:00
Rohit Rathi
d85a2dc5d7
Update hasKey snippet to handle failing scenario and add new tests
2019-10-17 23:14:59 +05:30
30secondsofcode
ca2c1a51c0
Travis build: 1511
2019-10-16 06:39:13 +00:00
Angelos Chalaris
4b6bce7ac8
Merge pull request #1030 from RathiRohit/master
...
[FEATURE] Add new objectToQueryString utility snippet and it's unit tests
2019-10-16 09:36:35 +03:00
30secondsofcode
150f07d6b8
Travis build: 1507
2019-10-15 12:55:58 +00:00
Angelos Chalaris
5a1f908eab
Add tests for hasKey snippet
2019-10-15 15:50:21 +03:00
30secondsofcode
e31eb90c45
Travis build: 1502
2019-10-15 12:18:34 +00:00
30secondsofcode
293faf083e
Travis build: 1497
2019-10-13 15:37:11 +00:00
Rohit Rathi
fc8f428f12
Add objectToQueryString utility function and it's unit tests
2019-10-12 01:46:05 +05:30
30secondsofcode
f2b55cdca0
Travis build: 1491
2019-10-09 18:11:06 +00:00
30secondsofcode
8f7d1bb0c5
Travis build: 1476
2019-09-28 10:39:04 +00:00
Angelos Chalaris
f859b78b7d
Update snippet, add extra tests
2019-09-28 13:35:11 +03:00
30secondsofcode
c913e38cf6
Travis build: 1474
2019-09-28 10:18:08 +00:00
Angelos Chalaris
9a8d24e92a
Add tests for isOdd snippet
2019-09-28 13:14:36 +03:00
30secondsofcode
741ff01115
Travis build: 1464
2019-09-21 06:16:31 +00:00
30secondsofcode
114b82b6d7
Travis build: 1443
2019-09-12 18:20:22 +00:00
30secondsofcode
23822f570b
Travis build: 1437
2019-09-09 18:37:48 +00:00
30secondsofcode
098333c060
Travis build: 1426
2019-09-03 05:30:49 +00:00
PyGeek03
8bcf05a800
Make it clear that the firstTwoMax() function only cares about the first 2 arguments
2019-09-03 14:44:31 +10:00
30secondsofcode
de8cca78d4
Travis build: 1422
2019-09-02 03:36:39 +00:00
30secondsofcode
90e5a44ad6
Travis build: 1418
2019-08-30 17:08:20 +00:00
30secondsofcode
f42d0dccc3
Travis build: 1416
2019-08-30 16:54:50 +00:00
30secondsofcode
0a282d32f2
Travis build: 1411
2019-08-29 11:45:51 +00:00
30secondsofcode
891e52786b
Travis build: 1405
2019-08-27 19:04:37 +00:00
30secondsofcode
a6e9438598
Travis build: 1403
2019-08-27 18:30:12 +00:00
30secondsofcode
dbe7ffaaf8
Travis build: 1401
2019-08-27 17:19:04 +00:00
30secondsofcode
c643adda83
Travis build: 1397
2019-08-27 10:11:47 +00:00
30secondsofcode
d4ddce334d
Travis build: 1395
2019-08-26 18:13:39 +00:00
30secondsofcode
0d667e6183
Travis build: 1386
2019-08-22 07:37:04 +00:00
30secondsofcode
615c5ddea1
Travis build: 1384
2019-08-22 07:23:26 +00:00
30secondsofcode
1b8782644c
Travis build: 1378
2019-08-19 15:16:02 +00:00
Angelos Chalaris
6281883952
Housekeeping, fix security vulnerabilities
2019-08-19 11:18:37 +03:00
Angelos Chalaris
199fe3a110
Update packager script
...
Also check test and tester scripts
2019-08-13 13:26:59 +03:00
30secondsofcode
43b75db27c
Travis build: 1339
2019-08-11 17:27:12 +00:00
fatedeity
80164c8a52
return default index when not found
2019-08-11 16:20:26 +08:00
30secondsofcode
ce08cc1234
Travis build: 1313
2019-07-20 09:46:25 +00:00
30secondsofcode
d41b86fa31
Travis build: 1311
2019-07-20 09:39:17 +00:00
30secondsofcode
f47b1fa5b7
Travis build: 1306
2019-07-19 16:23:29 +00:00
peter279k
ebd03958a5
Add isWeekend code snippets
2019-07-19 22:21:10 +08:00
30secondsofcode
bc0aa14697
Travis build: 1302
2019-07-19 10:14:56 +00:00
peter279k
eb078d56f6
Add isWeekday code snippets
2019-07-19 18:04:16 +08:00
peter279k
ef310cb851
Add yesterday snippets
2019-07-19 16:09:04 +08:00
30secondsofcode
5eb9bb3187
Travis build: 1287
2019-07-11 07:22:52 +00:00
30secondsofcode
8b091615dc
Travis build: 1283
2019-07-11 05:30:42 +00:00
Jay Wengrow
30eb6072c3
Changing instances of the word falsey to falsy for consistency sake, and especially as there is the array FilterFalsy function that is spelled without an e.
2019-07-04 14:41:14 -05:00
Christian C. Salvadó
f4df77d62f
fix(tests): expectations of some async test where not working ( #989 )
2019-06-26 08:35:24 +03:00
Christian C. Salvadó
83a6a6ea32
[ENHANCEMENT] Properly configure eslint to work with jest ( #988 )
...
* chore: make aware eslint that we use jest
By setting up the jest environment, we no longer need to declare the
'test' global in the configuration.
* chore: don't need to import expect, it's a jest environment global
* chore: don't need to import expect when creating undefined test
2019-06-18 08:34:45 +03:00
30secondsofcode
e970ed2d2c
Travis build: 1233
2019-06-13 05:07:40 +00:00