perf: remove useless test

This commit is contained in:
kooriookami 2021-06-26 14:57:07 +08:00 committed by Herrington Darkholme
parent b8dccdc884
commit e373bb4f04

View File

@ -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' },