chore: remove unnecessary assertion (#4867)

This commit is contained in:
mehan 2021-11-26 07:38:25 +03:30 committed by GitHub
parent c61baac75a
commit 2a4f134fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,6 @@ describe('reactivity/ref', () => {
// same value should not trigger
a.value = 2
expect(calls).toBe(2)
expect(dummy).toBe(2)
})
it('should make nested properties reactive', () => {