Update TriStateCheckbox.spec.js

pull/3420/head
Tuğçe Küçükoğlu 2022-12-09 12:20:24 +03:00
parent 9f157ac3ca
commit b54d7521fe
1 changed files with 1 additions and 1 deletions

View File

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