fix(components): [tree-select] fix typo (#9635)

This commit is contained in:
LIUCHAO 2022-09-05 15:48:59 +08:00 committed by GitHub
parent ec0b8425a8
commit 675b059f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ describe('TreeSelect.vue', () => {
expect(onNodeClick).toBeCalled()
})
test('check-strictly showCheckbox clik node', async () => {
test('check-strictly showCheckbox click node', async () => {
const { getWrapperRef, select, tree } = createComponent({
props: {
checkStrictly: true,
@ -338,7 +338,7 @@ describe('TreeSelect.vue', () => {
expect(wrapperRef.getCheckedKeys()).toEqual([1])
})
test('check-strictly showCheckbox checkOnClickNode clik node', async () => {
test('check-strictly showCheckbox checkOnClickNode click node', async () => {
const { getWrapperRef, select, tree } = createComponent({
props: {
checkStrictly: true,