Test cleanup and fixes [m-n]
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user