const expect = require('expect'); const runAsync = require('./runAsync.js'); test('runAsync is a Function', () => { expect(runAsync).toBeInstanceOf(Function); }); t.pass('Tested on 09/02/2018 by @chalarangelo');