const {createElement} = require('./_30s.js'); test('createElement is a Function', () => { expect(createElement).toBeInstanceOf(Function); }); test('createElement creates an element', () => { expect(createElement( `
Hello!