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