chore: fix typos (#103)
This commit is contained in:
@@ -285,7 +285,7 @@ describe('renderer: suspense', () => {
|
||||
expect(serializeInner(root)).toBe(`<div>fallback</div>`)
|
||||
expect(calls).toEqual([])
|
||||
|
||||
// remvoe the async dep before it's resolved
|
||||
// remove the async dep before it's resolved
|
||||
toggle.value = false
|
||||
await nextTick()
|
||||
// should cause the suspense to resolve immediately
|
||||
|
||||
Reference in New Issue
Block a user