fix test
parent
0db9536243
commit
f2a1d9f766
|
@ -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…
Reference in New Issue