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