6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
export default {
|
|
client: {
|
|
post: jest.fn(() => Promise.resolve),
|
|
},
|
|
};
|