mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +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
|
@ -7,11 +7,11 @@ config.global.mocks = {
|
|||
ripple: true
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
config.global.directives = {
|
||||
Ripple
|
||||
}
|
||||
};
|
||||
|
||||
describe('Ripple', () => {
|
||||
it('should exist', async () => {
|
||||
|
@ -29,4 +29,4 @@ describe('Ripple', () => {
|
|||
|
||||
expect(wrapper.find('.p-ink').classes()).toContain('p-ink-active');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue