mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Components added. Build issues fixed
This commit is contained in:
parent
5b66ed1093
commit
18c3721848
344 changed files with 12446 additions and 8758 deletions
|
@ -32,8 +32,8 @@ describe('ProgressBar.vue', () => {
|
|||
});
|
||||
|
||||
it('should be indeterminated', async () => {
|
||||
await wrapper.setProps({ mode: 'indeterminate'});
|
||||
await wrapper.setProps({ mode: 'indeterminate' });
|
||||
|
||||
expect(wrapper.find('.p-progressbar-indeterminate-container').exists()).toBe(true);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue