Test cleanup and fixes [w-z]

This commit is contained in:
Angelos Chalaris
2018-06-18 19:01:06 +03:00
parent c0a42d906a
commit 584ed191d4
8 changed files with 118 additions and 106 deletions

View File

@ -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);
});