diff --git a/src/textarea/__test__/index.test.jsx b/src/textarea/__test__/index.test.jsx index 1eb215f7b..fbc2d6caf 100644 --- a/src/textarea/__test__/index.test.jsx +++ b/src/textarea/__test__/index.test.jsx @@ -62,6 +62,16 @@ describe('Textarea.vue', () => { expect(textarea.element.hasAttribute('disabled')).toBeTruthy(); }); + it(': indicator', async () => { + const maxcharacter = 20; + const wrapper = mount(