mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update TriStateCheckbox.spec.js
This commit is contained in:
parent
9f157ac3ca
commit
b54d7521fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue