]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unnecessary assertion (#4867)
authormehan <74927578+mehanalavimajd@users.noreply.github.com>
Fri, 26 Nov 2021 04:08:25 +0000 (07:38 +0330)
committerGitHub <noreply@github.com>
Fri, 26 Nov 2021 04:08:25 +0000 (23:08 -0500)
packages/reactivity/__tests__/ref.spec.ts

index b416c37ac0207cfc0a72293e5a257e4f80d8490c..0abe05ce928577704f76a854952db0596638b212 100644 (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', () => {