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 efe2efd commit f19f803Copy full SHA for f19f803
packages/runtime-core/__tests__/apiWatch.spec.ts
@@ -930,7 +930,7 @@ describe('api: watch', () => {
930
test('should force trigger on triggerRef with toRef from reactive', async () => {
931
const foo = reactive({ bar: 1 })
932
const bar = toRef(foo, 'bar')
933
- const spy = jest.fn()
+ const spy = vi.fn()
934
935
watchEffect(() => {
936
bar.value
0 commit comments