mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-12 10:45:10 +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)
|
expect(vm.$el.classList.contains('is-hit')).toEqual(true)
|
||||||
})
|
})
|
||||||
|
|
||||||
test('closeable', async () => {
|
test('closable', async () => {
|
||||||
const wrapper = mount(Tag, {
|
const wrapper = mount(Tag, {
|
||||||
props: {
|
props: {
|
||||||
closable: true,
|
closable: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user