test: replace propsData with props
This commit is contained in:
@@ -3,7 +3,7 @@ import { mount } from '@vue/test-utils';
|
||||
|
||||
test('should allow to disable safe-area-inset-bottom prop', () => {
|
||||
const wrapper = mount(ActionBar, {
|
||||
propsData: {
|
||||
props: {
|
||||
safeAreaInsetBottom: false,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user