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