mirror of
https://github.com/youzan/vant.git
synced 2026-05-17 01:00:36 +08:00
chore: prettier test files
This commit is contained in:
@@ -82,10 +82,7 @@ test('disable lazy-render', () => {
|
||||
const wrapper = mount(ActionSheet, {
|
||||
propsData: {
|
||||
lazyRender: false,
|
||||
actions: [
|
||||
{ name: 'Option' },
|
||||
{ name: 'Option' },
|
||||
],
|
||||
actions: [{ name: 'Option' }, { name: 'Option' }],
|
||||
cancelText: 'Cancel',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user