mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
tests updated
This commit is contained in:
parent
5e87f4f312
commit
30f792c0a5
25 changed files with 65 additions and 56 deletions
|
@ -19,7 +19,7 @@ describe('Chips.vue', () => {
|
|||
});
|
||||
|
||||
it('should add item', async () => {
|
||||
const addItem = jest.spyOn(wrapper.vm, 'addItem');
|
||||
const addItem = vi.spyOn(wrapper.vm, 'addItem');
|
||||
|
||||
await wrapper.vm.addItem({}, 'PrimeVue', false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue