Travis build: 1575 [cron]
This commit is contained in:
12
test/testlog
12
test/testlog
@ -1,4 +1,4 @@
|
|||||||
Test log for: Sun Feb 04 2018 20:17:34 GMT+0000 (UTC)
|
Test log for: Mon Feb 05 2018 20:18:19 GMT+0000 (UTC)
|
||||||
|
|
||||||
> 30-seconds-of-code@0.0.1 test /home/travis/build/Chalarangelo/30-seconds-of-code
|
> 30-seconds-of-code@0.0.1 test /home/travis/build/Chalarangelo/30-seconds-of-code
|
||||||
> tape test/**/*.test.js | tap-spec
|
> tape test/**/*.test.js | tap-spec
|
||||||
@ -85,6 +85,8 @@ Test log for: Sun Feb 04 2018 20:17:34 GMT+0000 (UTC)
|
|||||||
✔ binarySearch is a Function
|
✔ binarySearch is a Function
|
||||||
✔ Finds item in array
|
✔ Finds item in array
|
||||||
✔ Returns -1 when not found
|
✔ Returns -1 when not found
|
||||||
|
✔ Works with empty arrays
|
||||||
|
✔ Works for one element arrays
|
||||||
|
|
||||||
Testing bind
|
Testing bind
|
||||||
|
|
||||||
@ -124,11 +126,15 @@ Test log for: Sun Feb 04 2018 20:17:34 GMT+0000 (UTC)
|
|||||||
✔ capitalize is a Function
|
✔ capitalize is a Function
|
||||||
✔ Capitalizes the first letter of a string
|
✔ Capitalizes the first letter of a string
|
||||||
✔ Capitalizes the first letter of a string
|
✔ Capitalizes the first letter of a string
|
||||||
|
✔ Works with characters
|
||||||
|
✔ Works with single character words
|
||||||
|
|
||||||
Testing capitalizeEveryWord
|
Testing capitalizeEveryWord
|
||||||
|
|
||||||
✔ capitalizeEveryWord is a Function
|
✔ capitalizeEveryWord is a Function
|
||||||
✔ Capitalizes the first letter of every word in a string
|
✔ Capitalizes the first letter of every word in a string
|
||||||
|
✔ Works with characters
|
||||||
|
✔ Works with one word string
|
||||||
|
|
||||||
Testing castArray
|
Testing castArray
|
||||||
|
|
||||||
@ -1724,8 +1730,8 @@ Test log for: Sun Feb 04 2018 20:17:34 GMT+0000 (UTC)
|
|||||||
✔ Works with multiple promises
|
✔ Works with multiple promises
|
||||||
|
|
||||||
|
|
||||||
total: 831
|
total: 837
|
||||||
passing: 831
|
passing: 837
|
||||||
duration: 2.3s
|
duration: 2.3s
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user