test: replace propsData with props
This commit is contained in:
@@ -138,7 +138,7 @@ test('render nav-left & nav-right slot', async () => {
|
||||
|
||||
test('border props', async () => {
|
||||
const wrapper = mount(Tabs, {
|
||||
propsData: {
|
||||
props: {
|
||||
border: false,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user