Travis build: 2054 [cron]

This commit is contained in:
30secondsofcode
2018-05-11 21:08:23 +00:00
parent 532d425847
commit 6a1e22991c
3 changed files with 34 additions and 23 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,4 +5,4 @@ key => (clone[key] = typeof obj[key] === 'object' ? deepClone(obj[key]) : obj[ke
);
return Array.isArray(obj) ? Array.from(clone) : clone;
};
module.exports = deepClone;
module.exports = deepClone;

View File

@ -1,4 +1,4 @@
Test log for: Thu May 10 2018 21:06:46 GMT+0000 (UTC)
Test log for: Fri May 11 2018 21:08:17 GMT+0000 (UTC)
> 30-seconds-of-code@0.0.3 test /home/travis/build/Chalarangelo/30-seconds-of-code
> tape test/**/*.test.js | tap-spec
@ -335,6 +335,8 @@ Test log for: Thu May 10 2018 21:06:46 GMT+0000 (UTC)
✔ deepClone is a Function
✔ Shallow cloning works
✔ Deep cloning works
✔ Array shallow cloning works
✔ Array deep cloning works
Testing deepFlatten
@ -2007,15 +2009,15 @@ Test log for: Thu May 10 2018 21:06:46 GMT+0000 (UTC)
✔ zipWith is a Function
✔ Sends a GET request
✔ Runs the function provided
✔ Sends a POST request
✔ Runs the function provided
✔ Runs promises in series
✔ Works as expecting, passing arguments properly
✔ Works with multiple promises
total: 1019
passing: 1019
duration: 2.3s
total: 1021
passing: 1021
duration: 2.4s