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