Skip to content

Commit 2a4f134

Browse files
chore: remove unnecessary assertion (#4867)
1 parent c61baac commit 2a4f134

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/reactivity/__tests__/ref.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ describe('reactivity/ref', () => {
3535
// same value should not trigger
3636
a.value = 2
3737
expect(calls).toBe(2)
38-
expect(dummy).toBe(2)
3938
})
4039

4140
it('should make nested properties reactive', () => {

0 commit comments

Comments
 (0)