From: 2nofa11 <47783146+2nofa11@users.noreply.github.com> Date: Sat, 14 Sep 2024 04:00:10 +0000 (+0900) Subject: chore:fix-issue-id (#11927) [ci skip] X-Git-Tag: v3.5.6~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=817dca8712206e0d88787a107b711d4a2f495ba9;p=thirdparty%2Fvuejs%2Fcore.git chore:fix-issue-id (#11927) [ci skip] --- diff --git a/packages/runtime-core/__tests__/components/KeepAlive.spec.ts b/packages/runtime-core/__tests__/components/KeepAlive.spec.ts index c55d583d74..1e4176b6fb 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)