chore: fix typo (#530) [ci skip]
This commit is contained in:
parent
e7e1314ccc
commit
2383b45e32
@ -39,7 +39,7 @@ describe('renderer: component', () => {
|
|||||||
render(h(App), nodeOps.createElement('div'))
|
render(h(App), nodeOps.createElement('div'))
|
||||||
expect(spy).toHaveBeenCalledTimes(1)
|
expect(spy).toHaveBeenCalledTimes(1)
|
||||||
|
|
||||||
// parent re-render, props didn't change, slots are stasble
|
// parent re-render, props didn't change, slots are stable
|
||||||
// -> child should not update
|
// -> child should not update
|
||||||
flag1.value++
|
flag1.value++
|
||||||
await nextTick()
|
await nextTick()
|
||||||
|
Loading…
Reference in New Issue
Block a user