diff --git a/packages/col/__tests__/layout.spec.ts b/packages/col/__tests__/layout.spec.ts index a2383c5bf9..53cda4e76f 100644 --- a/packages/col/__tests__/layout.spec.ts +++ b/packages/col/__tests__/layout.spec.ts @@ -116,12 +116,6 @@ describe('Row', () => { expect(rowElm.style.marginLeft).toEqual('-10px') expect(rowElm.style.marginRight).toEqual('-10px') }) - test('type', () => { - const wrapper = mount(Row, { - props: { type: 'flex' }, - }) - expect(wrapper.classes()).toContain('el-row--flex') - }) test('justify', () => { const wrapper = mount(Row, { props: { justify: 'end' },