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