Skip to content

Commit

Permalink
chore: remove unnecessary assertion (#4867)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehanalavimajd committed Nov 26, 2021
1 parent c61baac commit 2a4f134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/reactivity/__tests__/ref.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 2a4f134

Please sign in to comment.