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