Travis build: 2097 [cron]
This commit is contained in:
File diff suppressed because one or more lines are too long
37
test/testlog
37
test/testlog
@ -1,4 +1,4 @@
|
|||||||
Test log for: Mon May 28 2018 21:16:05 GMT+0000 (UTC)
|
Test log for: Tue May 29 2018 21:17:53 GMT+0000 (UTC)
|
||||||
|
|
||||||
> 30-seconds-of-code@0.0.3 test /home/travis/build/Chalarangelo/30-seconds-of-code
|
> 30-seconds-of-code@0.0.3 test /home/travis/build/Chalarangelo/30-seconds-of-code
|
||||||
> tape test/**/*.test.js | tap-spec
|
> tape test/**/*.test.js | tap-spec
|
||||||
@ -1740,9 +1740,25 @@ Test log for: Mon May 28 2018 21:16:05 GMT+0000 (UTC)
|
|||||||
Testing toCurrency
|
Testing toCurrency
|
||||||
|
|
||||||
✔ toCurrency is a Function
|
✔ toCurrency is a Function
|
||||||
✔ currency: Euro | currencyLangFormat: Local
|
|
||||||
|
✖ currency: Euro | currencyLangFormat: Local
|
||||||
|
---------------------------------------------
|
||||||
|
operator: equal
|
||||||
|
expected: '€ 123,456.79'
|
||||||
|
actual: '€123,456.79'
|
||||||
|
at: Test.test (/home/travis/build/Chalarangelo/30-seconds-of-code/test/toCurrency/toCurrency.test.js:8:5)
|
||||||
|
stack: |-
|
||||||
|
|
||||||
✔ currency: US Dollar | currencyLangFormat: English (United States)
|
✔ currency: US Dollar | currencyLangFormat: English (United States)
|
||||||
✔ currency: Japanese Yen | currencyLangFormat: Local
|
|
||||||
|
✖ currency: Japanese Yen | currencyLangFormat: Local
|
||||||
|
-----------------------------------------------------
|
||||||
|
operator: equal
|
||||||
|
expected: 'JP¥ 322,342,436,423'
|
||||||
|
actual: '¥322,342,436,423'
|
||||||
|
at: Test.test (/home/travis/build/Chalarangelo/30-seconds-of-code/test/toCurrency/toCurrency.test.js:11:5)
|
||||||
|
stack: |-
|
||||||
|
|
||||||
|
|
||||||
Testing toDecimalMark
|
Testing toDecimalMark
|
||||||
|
|
||||||
@ -2009,15 +2025,26 @@ Test log for: Mon May 28 2018 21:16:05 GMT+0000 (UTC)
|
|||||||
|
|
||||||
✔ zipWith is a Function
|
✔ zipWith is a Function
|
||||||
✔ Sends a GET request
|
✔ Sends a GET request
|
||||||
|
✔ Sends a POST request
|
||||||
✔ Runs the function provided
|
✔ Runs the function provided
|
||||||
✔ Runs promises in series
|
✔ Runs promises in series
|
||||||
✔ Sends a POST request
|
|
||||||
✔ Works as expecting, passing arguments properly
|
✔ Works as expecting, passing arguments properly
|
||||||
✔ Works with multiple promises
|
✔ Works with multiple promises
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Failed Tests: There were 2 failures
|
||||||
|
|
||||||
|
Testing toCurrency
|
||||||
|
|
||||||
|
✖ currency: Euro | currencyLangFormat: Local
|
||||||
|
✖ currency: Japanese Yen | currencyLangFormat: Local
|
||||||
|
|
||||||
|
|
||||||
total: 1021
|
total: 1021
|
||||||
passing: 1021
|
passing: 1019
|
||||||
|
failing: 2
|
||||||
duration: 2.4s
|
duration: 2.4s
|
||||||
|
|
||||||
|
|
||||||
|
undefined
|
||||||
Reference in New Issue
Block a user