mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
fix test
This commit is contained in:
parent
0db9536243
commit
f2a1d9f766
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ describe('Tree.vue', () => {
|
|||
it('should render icon slot', ({ expect }) => {
|
||||
let wrapper = mount(Tree, {
|
||||
slots: {
|
||||
nodeIcon: `<i data-node-icon/>`
|
||||
nodeicon: `<i data-node-icon/>`
|
||||
},
|
||||
props: {
|
||||
value: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue