From 226dc48b362f31f72f33828c6685e34953ab0a4d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 05:49:12 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/runtime-core/__tests__/apiWatch.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/__tests__/apiWatch.spec.ts b/packages/runtime-core/__tests__/apiWatch.spec.ts index 715e08661ea..8e0780e4ad9 100644 --- a/packages/runtime-core/__tests__/apiWatch.spec.ts +++ b/packages/runtime-core/__tests__/apiWatch.spec.ts @@ -1672,7 +1672,7 @@ describe('api: watch', () => { await nextTick() expect(spy).toHaveBeenCalledTimes(1) }) - + test('pause / resume', async () => { const count = ref(0) const cb = vi.fn()