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)