Skip to content

Commit

Permalink
chore: fix typo in element test (#11085)
Browse files Browse the repository at this point in the history
  • Loading branch information
hareku committed Feb 6, 2020
1 parent 7d8c4f6 commit 841bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/modules/vdom/patch/element.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('vdom patch: element', () => {
expect(elm.innerHTML).toBe('hello world')
})

it('should create create an elements which having span and text content', () => {
it('should create an elements which having span and text content', () => {
const vnode = new VNode('div', {}, [
new VNode('span'),
createTextVNode('hello world')
Expand Down

0 comments on commit 841bb08

Please sign in to comment.