test: bump jest

This commit is contained in:
Evan You
2020-06-16 12:11:51 -04:00
parent edcbf99480
commit e68209bfdb
3 changed files with 598 additions and 599 deletions

View File

@@ -18,7 +18,6 @@ describe('renderer: component', () => {
const Parent = {
render: () => {
// let Parent first rerender
console.log(value.value)
return (parentVnode = h(Child))
}
}