test: replace propsData with props

This commit is contained in:
chenjiahan
2020-11-13 23:33:15 +08:00
parent c33720a793
commit e627805746
54 changed files with 377 additions and 377 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ test('bottom slot', () => {
test('render svg when image is network', () => {
const wrapper = mount(Empty, {
propsData: {
props: {
image: 'network',
},
});
@@ -43,7 +43,7 @@ test('render svg when image is network', () => {
test('image-size prop', () => {
const wrapper = mount(Empty, {
propsData: {
props: {
imageSize: 50,
},
});