diff --git a/packages/runtime-core/__tests__/components/BaseTransition.spec.ts b/packages/runtime-core/__tests__/components/BaseTransition.spec.ts index 1089ef33c..aaeae3fb4 100644 --- a/packages/runtime-core/__tests__/components/BaseTransition.spec.ts +++ b/packages/runtime-core/__tests__/components/BaseTransition.spec.ts @@ -1,9 +1,3 @@ -import { - Fragment, - TransitionGroup, - type VNode, - type VNodeArrayChildren, -} from '@vue/runtime-dom' import { BaseTransition, type BaseTransitionProps, @@ -1205,71 +1199,3 @@ describe('BaseTransition', () => { expect(() => mount({}, () => () => h('div'), true)).not.toThrow() }) }) - -describe('TransitionGroup', () => { - // #5761: When child has v-if, v-if will result in keys of number type for branches - test('should avoid existing number type child keys duplicate with default index when inherit parent key in case of