test(components): [button] fix typos in test description (#14314)

This commit is contained in:
Hill 2023-09-18 08:47:36 +08:00 committed by GitHub
parent ae29ec5436
commit 820e5a6b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,7 @@ describe('Button Group', () => {
)
})
it('shoule use props of form', async () => {
it('should use props of form', async () => {
const wrapper = mount({
setup: () => () =>
(
@ -278,7 +278,7 @@ describe('Button Group', () => {
expect(btn.emitted('click')).toBeUndefined()
})
it('shoule use size of form-item', async () => {
it('should use size of form-item', async () => {
const wrapper = mount({
setup: () => () =>
(