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,