frontend > app
This commit is contained in:
6
app/utils/__mocks__/ApiClient.js
Normal file
6
app/utils/__mocks__/ApiClient.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/* eslint-disable */
|
||||
export default {
|
||||
client: {
|
||||
post: jest.fn(() => Promise.resolve),
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user