Commit Graph

2280 Commits

Author SHA1 Message Date
86d592a76c add test for toCamelCase 2018-01-10 12:40:56 +01:00
60240145c3 add test for KebabCase and toEnglishDate
EnglishDate is not working properly - #523
2018-01-10 12:24:30 +01:00
3ab4d760c9 add 2 tests for toSnakeCase & truthCheckCollection 2018-01-10 12:13:21 +01:00
b5be6b42f3 add 2 tests for union & without 2018-01-10 12:07:03 +01:00
ebe52428a2 Merge pull request #522 from Chalarangelo/snippet-tests
[FEATURE] Add few tests
2018-01-10 12:57:30 +02:00
27309d114a 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
09fe99d66d update words test,
My bad I didn't use deepEqual when comparing ...
2018-01-10 11:47:47 +01:00
8b7a3c614d add 2 tests, toOrdinalSuffix, toSafeInteger 2018-01-10 11:34:15 +01:00
ea8e2c4077 add 2 tests, yesNo and unescapeHTML
There is a bug with words.test (I've commented on it)
2018-01-10 11:24:21 +01:00
4eb0df0ab8 add test for truncateString 2018-01-10 11:13:32 +01:00
e998a78655 add 2 tests, isUpperCase and isValidJSON 2018-01-10 11:05:56 +01:00
2f8860f17f add test isString, update isSorted 2018-01-10 10:57:52 +01:00
0f6d99660e add test for isSorted 2018-01-10 10:37:20 +01:00
f784e6fd21 Merge pull request #521 from mariastervic/patch-2
Updated styleguide
2018-01-10 11:12:08 +02:00
25a11acc3a Updated styleguide 2018-01-10 11:07:17 +02:00
294fe6501a add test for isEven 2018-01-10 08:30:53 +01:00
cd6b27a0b3 add test for isDivisible 2018-01-10 08:28:58 +01:00
9736712ee0 add test for validateNumber 2018-01-10 08:27:23 +01:00
d123953a4b Fix typo 2018-01-10 08:16:48 +01:00
0a6543cbb4 Travis build: 1120 2018-01-10 05:17:11 +00:00
72e05cfd27 Merge pull request #520 from wangzongxu/patch-1
Update getType.md
2018-01-09 21:16:07 -08:00
f690d12b22 Update getType.md
fix result to lower case
2018-01-10 10:45:55 +08:00
763a738438 Travis build: 1118 [cron] 2018-01-09 20:43:29 +00:00
ccd4953c9f Merge pull request #516 from kingdavidmartins/tdd-update
Resolves #78
2018-01-09 16:20:36 +02:00
47aa3cf7b7 Travis build: 1115 [custom] 2018-01-09 13:27:42 +00:00
a15bfeeaf5 Cleanup for builder 2018-01-09 15:25:05 +02:00
4060edf42e Travis build: 1112 [custom] 2018-01-09 13:22:34 +00:00
5e9f207c8b Really fixed archive builder 2018-01-09 15:21:17 +02:00
828b293f01 Fixed archive builder 2018-01-09 15:19:07 +02:00
c5de154258 Travis build: 1107 [custom] 2018-01-09 13:17:38 +00:00
fc88e71327 Merge pull request #519 from Chalarangelo/snippets-archive
Snippets archive
2018-01-09 15:16:13 +02:00
eb3e9fe2e6 Builder for archive 2018-01-09 15:14:57 +02:00
e6c1e9f1cf Travis build: 1103 2018-01-09 12:51:18 +00:00
8e8bb6d148 Updated web script
Used emoji for clipboard icons, added persistent scroll to top button with proper smooth scrolling.
2018-01-09 14:50:18 +02:00
69b1342806 Travis build: 1101 2018-01-09 12:24:24 +00:00
0bf51183bd Merge pull request #518 from kriadmin/patch-6
[FEATURE] noVowels.md
2018-01-09 14:22:55 +02:00
8be9f821ef Archived both snippets discussed
countVowels and replaceVowels are now in the archive
2018-01-09 14:22:29 +02:00
13b5ea7fd4 Update and rename noVowels.md to removeVowels.md 2018-01-09 14:20:08 +02:00
ba910cfe33 Travis build: 1099 2018-01-09 12:19:51 +00:00
db5ca96a19 Merge pull request #498 from atomiks/eventhub
[FEATURE] Add createEventHub
2018-01-09 14:18:29 +02:00
c7310ca70b Update createEventHub.md 2018-01-09 14:17:33 +02:00
3edb6b3ed5 add test for average -> average(1, 9) equals 5 2018-01-09 06:19:22 -05:00
036b4ae842 ran npm run tdd & generated TDD 2018-01-09 06:09:49 -05:00
e13cee0b45 remove test/ from .gitignore file 2018-01-09 06:08:41 -05:00
94f768b583 use regex to find ``js & `` js edge cases 2018-01-09 05:32:46 -05:00
1f9e139a87 Create noVowels.md 2018-01-09 14:46:30 +05:30
1ba1cfc893 update tdd to work & generate test for both Archive & Active snippets 2018-01-09 00:10:01 -05:00
e12fbfec50 rename SNIPPET_PATH -> SNIPPET_ACTIVE & add SNIPPET_ARCHIVE 2018-01-08 23:28:59 -05:00
c7ad2ee4ba Travis build: 1097 2018-01-08 23:40:06 +00:00
a4a0064f81 Add forEachRight 2018-01-09 01:38:50 +02:00