hareku
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
test/unit/modules/vdom/patch/element.spec.js
|
|
@ -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') |
|
|
|