Travis build: 507 [cron]

This commit is contained in:
30secondsofcode
2018-09-22 20:13:16 +00:00
parent 1d56a77413
commit 619b140824
5 changed files with 1639 additions and 1610 deletions

2
test/pipeLog/pipeLog.js Normal file
View File

@ -0,0 +1,2 @@
const pipeLog = data => console.log(data) || data;
module.exports = pipeLog;