We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8c4f6 commit 841bb08Copy full SHA for 841bb08
test/unit/modules/vdom/patch/element.spec.js
@@ -41,7 +41,7 @@ describe('vdom patch: element', () => {
41
expect(elm.innerHTML).toBe('hello world')
42
})
43
44
- it('should create create an elements which having span and text content', () => {
+ it('should create an elements which having span and text content', () => {
45
const vnode = new VNode('div', {}, [
46
new VNode('span'),
47
createTextVNode('hello world')
0 commit comments