chore: type [ci skip]

This commit is contained in:
那里好脏不可以
2022-05-10 10:51:51 +08:00
committed by GitHub
parent 181872f744
commit 6042ab0f2f
22 changed files with 32 additions and 32 deletions

View File

@@ -1032,7 +1032,7 @@ describe('Suspense', () => {
await nextTick()
expect(deps.length).toBe(2)
// switch before two resovles
// switch before two resolves
view.value = Three
await nextTick()
expect(deps.length).toBe(3)
@@ -1098,7 +1098,7 @@ describe('Suspense', () => {
await nextTick()
expect(deps.length).toBe(2)
// switch back before two resovles
// switch back before two resolves
view.value = One
await nextTick()
expect(deps.length).toBe(2)