We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5491e1 commit 3445356Copy full SHA for 3445356
packages/runtime-core/__tests__/apiWatch.spec.ts
@@ -91,7 +91,7 @@ describe('api: watch', () => {
91
array.push(1)
92
await nextTick()
93
expect(spy).toBeCalledTimes(1)
94
- expect(spy).toBeCalledWith([1], expect.anything(), expect.anything())
+ expect(spy).toBeCalledWith([1], [1], expect.anything())
95
})
96
97
it('should not fire if watched getter result did not change', async () => {
0 commit comments