From 817dca8712206e0d88787a107b711d4a2f495ba9 Mon Sep 17 00:00:00 2001 From: 2nofa11 <47783146+2nofa11@users.noreply.github.com> Date: Sat, 14 Sep 2024 13:00:10 +0900 Subject: [PATCH] chore:fix-issue-id (#11927) [ci skip] --- packages/runtime-core/__tests__/components/KeepAlive.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/__tests__/components/KeepAlive.spec.ts b/packages/runtime-core/__tests__/components/KeepAlive.spec.ts index c55d583d74c..1e4176b6fb8 100644 --- a/packages/runtime-core/__tests__/components/KeepAlive.spec.ts +++ b/packages/runtime-core/__tests__/components/KeepAlive.spec.ts @@ -954,7 +954,7 @@ describe('KeepAlive', () => { expect(spyUnmounted).toHaveBeenCalledTimes(4) }) - // #1513 + // #1511 test('should work with cloned root due to scopeId / fallthrough attrs', async () => { const viewRef = ref('one') const instanceRef = ref(null)