We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61baac commit 2a4f134Copy full SHA for 2a4f134
packages/reactivity/__tests__/ref.spec.ts
@@ -35,7 +35,6 @@ describe('reactivity/ref', () => {
35
// same value should not trigger
36
a.value = 2
37
expect(calls).toBe(2)
38
- expect(dummy).toBe(2)
39
})
40
41
it('should make nested properties reactive', () => {
0 commit comments