Update TriStateCheckbox.spec.js
parent
9f157ac3ca
commit
b54d7521fe
|
@ -89,7 +89,7 @@ describe('UpdateModel method tests', () => {
|
||||||
expect(wrapper.emitted()['update:modelValue']).toBeFalsy();
|
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();
|
wrapper.vm.updateModel();
|
||||||
|
|
||||||
expect(wrapper.emitted()['update:modelValue']).toBeTruthy();
|
expect(wrapper.emitted()['update:modelValue']).toBeTruthy();
|
||||||
|
|
Loading…
Reference in New Issue