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
|
@ -4,7 +4,7 @@ import Divider from './Divider.vue';
|
|||
describe('Divider.vue', () => {
|
||||
it('should exist', () => {
|
||||
const wrapper = mount(Divider);
|
||||
|
||||
|
||||
expect(wrapper.find('.p-divider.p-component').exists()).toBe(true);
|
||||
expect(wrapper.find('.p-divider.p-component').classes()).toContain('p-divider-horizontal');
|
||||
expect(wrapper.find('.p-divider.p-component').classes()).toContain('p-divider-left');
|
||||
|
@ -18,9 +18,9 @@ describe('Divider.vue', () => {
|
|||
type: 'dashed'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
expect(wrapper.find('.p-divider-vertical').exists()).toBe(true);
|
||||
expect(wrapper.find('.p-divider-dashed').exists()).toBe(true);
|
||||
expect(wrapper.find('.p-divider-center').exists()).toBe(true);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue