const expect = require('expect'); const initializeArrayWithRangeRight = require('./initializeArrayWithRangeRight.js'); test('initializeArrayWithRangeRight is a Function', () => { expect(initializeArrayWithRangeRight).toBeInstanceOf(Function); });