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