mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
fix: keep the same with property name (#1940)
This commit is contained in:
parent
c790aeb19f
commit
58646285c7
@ -40,7 +40,7 @@ describe('Tag.vue', () => {
|
||||
expect(vm.$el.classList.contains('is-hit')).toEqual(true)
|
||||
})
|
||||
|
||||
test('closeable', async () => {
|
||||
test('closable', async () => {
|
||||
const wrapper = mount(Tag, {
|
||||
props: {
|
||||
closable: true,
|
||||
|
Loading…
Reference in New Issue
Block a user