mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32: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 }) => {
|
it('should render icon slot', ({ expect }) => {
|
||||||
let wrapper = mount(Tree, {
|
let wrapper = mount(Tree, {
|
||||||
slots: {
|
slots: {
|
||||||
nodeIcon: `<i data-node-icon/>`
|
nodeicon: `<i data-node-icon/>`
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
value: [
|
value: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue