mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 11:47:48 +08:00
perf: remove useless test
This commit is contained in:
parent
b8dccdc884
commit
e373bb4f04
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user