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