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