Travis build: 1998 [cron]

This commit is contained in:
30secondsofcode
2018-04-26 21:00:46 +00:00
parent d1a73180b3
commit b5c4c614cd
2 changed files with 26 additions and 73 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
Test log for: Thu Apr 26 2018 19:20:53 GMT+0200 (CEST)
Test log for: Thu Apr 26 2018 21:00:40 GMT+0000 (UTC)
> 30-seconds-of-code@0.0.3 test /Users/stefanfejes/Projects/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
@ -982,7 +982,7 @@ Test log for: Thu Apr 26 2018 19:20:53 GMT+0200 (CEST)
Testing isTravisCI
✔ isTravisCI is a Function
Not running on Travis, correctly evaluates
Running on Travis, correctly evaluates
Testing isTypedArray
@ -1724,25 +1724,9 @@ Test log for: Thu Apr 26 2018 19:20:53 GMT+0200 (CEST)
Testing toCurrency
✔ toCurrency is a Function
✖ currency: Euro | currencyLangFormat: Local
---------------------------------------------
operator: equal
expected: '€ 123,456.79'
actual: '€123,456.79'
at: Test.test (/Users/stefanfejes/Projects/30-seconds-of-code/test/toCurrency/toCurrency.test.js:8:5)
stack: |-
✔ currency: Euro | currencyLangFormat: Local
✔ currency: US Dollar | currencyLangFormat: English (United States)
✖ currency: Japanese Yen | currencyLangFormat: Local
-----------------------------------------------------
operator: equal
expected: 'JP¥ 322,342,436,423'
actual: '¥322,342,436,423'
at: Test.test (/Users/stefanfejes/Projects/30-seconds-of-code/test/toCurrency/toCurrency.test.js:11:5)
stack: |-
✔ currency: Japanese Yen | currencyLangFormat: Local
Testing toDecimalMark
@ -2009,26 +1993,15 @@ Test log for: Thu Apr 26 2018 19:20:53 GMT+0200 (CEST)
✔ zipWith is a Function
✔ Sends a GET request
✔ Sends a POST request
✔ Runs the function provided
✔ Runs promises in series
✔ Sends a POST request
✔ Works as expecting, passing arguments properly
✔ Works with multiple promises
Failed Tests: There were 2 failures
Testing toCurrency
✖ currency: Euro | currencyLangFormat: Local
✖ currency: Japanese Yen | currencyLangFormat: Local
total: 1014
passing: 1012
failing: 2
duration: 2.4s
passing: 1014
duration: 2.5s
undefined