Update TriStateCheckbox.spec.js

This commit is contained in:
Tuğçe Küçükoğlu 2022-12-09 12:20:24 +03:00
parent 9f157ac3ca
commit b54d7521fe

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