Test cleanup and fixes [m-n]

This commit is contained in:
Angelos Chalaris
2018-06-18 17:40:29 +03:00
parent 71d768320b
commit 9f95330528
20 changed files with 102 additions and 153 deletions

View File

@@ -1,10 +1,6 @@
const expect = require('expect');
const mostPerformant = require('./mostPerformant.js');
test('mostPerformant is a Function', () => {
test('mostPerformant is a Function', () => {
expect(mostPerformant).toBeInstanceOf(Function);
});