mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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();
|
||||
});
|
||||
|
||||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue