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();