From 58646285c72cf97d861ade6e2cd39ab424baca23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B3=A2=E6=AF=94=E5=B0=8F=E9=87=91=E5=88=9A?= <2890636389@qq.com> Date: Thu, 6 May 2021 19:06:51 +0800 Subject: [PATCH] fix: keep the same with property name (#1940) --- packages/tag/__tests__/tag.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tag/__tests__/tag.spec.ts b/packages/tag/__tests__/tag.spec.ts index afee0b3bf9..e0ee728938 100644 --- a/packages/tag/__tests__/tag.spec.ts +++ b/packages/tag/__tests__/tag.spec.ts @@ -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,