Skip to content

Commit 12568c3

Browse files
committed
test(reactive): update test
1 parent 484bc1a commit 12568c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/__tests__/ref.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('reactivity/ref', () => {
6161

6262
// mutating b.value should trigger the effect twice. (once for a.value change and once for b.value change)
6363
b.value = 5
64-
expect(fn).toHaveBeenCalledTimes(3)
64+
expect(fn).toHaveBeenCalledTimes(4)
6565
expect(dummy).toBe(5)
6666
})
6767

0 commit comments

Comments
 (0)