Test cleanup and fixes [i-l]
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
const expect = require('expect');
|
||||
const initializeArrayWithRangeRight = require('./initializeArrayWithRangeRight.js');
|
||||
|
||||
|
||||
test('initializeArrayWithRangeRight is a Function', () => {
|
||||
test('initializeArrayWithRangeRight is a Function', () => {
|
||||
expect(initializeArrayWithRangeRight).toBeInstanceOf(Function);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user