Skip to content

Commit 226dc48

Browse files
[autofix.ci] apply automated fixes
1 parent 3b72510 commit 226dc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/__tests__/apiWatch.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ describe('api: watch', () => {
16721672
await nextTick()
16731673
expect(spy).toHaveBeenCalledTimes(1)
16741674
})
1675-
1675+
16761676
test('pause / resume', async () => {
16771677
const count = ref(0)
16781678
const cb = vi.fn()

0 commit comments

Comments
 (0)