chore: prettier source code
This commit is contained in:
@@ -186,7 +186,7 @@ export default createComponent({
|
||||
},
|
||||
|
||||
getClickHandler(position, stop) {
|
||||
return event => {
|
||||
return (event) => {
|
||||
if (stop) {
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@ test('before-close prop', () => {
|
||||
expect(wrapper.vm.offset).toEqual(0);
|
||||
});
|
||||
|
||||
test('name prop', done => {
|
||||
test('name prop', (done) => {
|
||||
const wrapper = mount(SwipeCell, {
|
||||
...defaultProps,
|
||||
propsData: {
|
||||
|
||||
Reference in New Issue
Block a user