From 675b059f2613cb2fe64be042a99bae57142e2dc7 Mon Sep 17 00:00:00 2001 From: LIUCHAO <50739490+Tsong-LC@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:48:59 +0800 Subject: [PATCH] fix(components): [tree-select] fix typo (#9635) --- packages/components/tree-select/__tests__/tree-select.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/tree-select/__tests__/tree-select.test.ts b/packages/components/tree-select/__tests__/tree-select.test.ts index f27bf5aedb..a5199184ef 100644 --- a/packages/components/tree-select/__tests__/tree-select.test.ts +++ b/packages/components/tree-select/__tests__/tree-select.test.ts @@ -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,