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

View File

@ -0,0 +1,6 @@
const expect = require('expect');
const pipeLog = require('./pipeLog.js');
test('pipeLog is a Function', () => {
expect(pipeLog).toBeInstanceOf(Function);
});