From b54d7521fe9205413eafee0b0c31e66e989ecbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 9 Dec 2022 12:20:24 +0300 Subject: [PATCH] Update TriStateCheckbox.spec.js --- components/tristatecheckbox/TriStateCheckbox.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tristatecheckbox/TriStateCheckbox.spec.js b/components/tristatecheckbox/TriStateCheckbox.spec.js index 2bdccca0f..012cc13bf 100644 --- a/components/tristatecheckbox/TriStateCheckbox.spec.js +++ b/components/tristatecheckbox/TriStateCheckbox.spec.js @@ -89,7 +89,7 @@ describe('UpdateModel method tests', () => { expect(wrapper.emitted()['update:modelValue']).toBeFalsy(); }); - it('When disable props false updateModal should triggered emit', async () => { + it('When disable props false updateModal should triggered emit', () => { wrapper.vm.updateModel(); expect(wrapper.emitted()['update:modelValue']).toBeTruthy();