chore: prettier source code
This commit is contained in:
@@ -105,10 +105,7 @@ test('render empty coupon list', () => {
|
||||
disabledCoupons: [],
|
||||
},
|
||||
});
|
||||
wrapper
|
||||
.findAll('.van-tab')
|
||||
.at(1)
|
||||
.trigger('click');
|
||||
wrapper.findAll('.van-tab').at(1).trigger('click');
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user