fix: keep the same with property name (#1940)

This commit is contained in:
波比小金刚 2021-05-06 19:06:51 +08:00 committed by GitHub
parent c790aeb19f
commit 58646285c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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