chore: remove unnecessary assertion (#4867)
This commit is contained in:
parent
c61baac75a
commit
2a4f134fc5
@ -35,7 +35,6 @@ describe('reactivity/ref', () => {
|
|||||||
// same value should not trigger
|
// same value should not trigger
|
||||||
a.value = 2
|
a.value = 2
|
||||||
expect(calls).toBe(2)
|
expect(calls).toBe(2)
|
||||||
expect(dummy).toBe(2)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should make nested properties reactive', () => {
|
it('should make nested properties reactive', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user