mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
test(components): [button] fix typos in test description (#14314)
This commit is contained in:
parent
ae29ec5436
commit
820e5a6b20
@ -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: () => () =>
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user