mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update API doc
This commit is contained in:
parent
31cb589c6e
commit
1443de90e7
2 changed files with 42 additions and 5 deletions
|
@ -44,8 +44,8 @@ describe('Tree.vue', () => {
|
|||
it('emits update:filterValue on filter input', async () => {
|
||||
wrapper = mount(Tree, {
|
||||
props: {
|
||||
filter: true,
|
||||
},
|
||||
filter: true
|
||||
}
|
||||
});
|
||||
|
||||
let searchField = wrapper.find('input.p-tree-filter');
|
||||
|
@ -53,5 +53,5 @@ describe('Tree.vue', () => {
|
|||
await searchField.trigger('keydown.space');
|
||||
|
||||
expect(wrapper.emitted('filter')).toBeTruthy();
|
||||
})
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue