Skip to content
Snippets Groups Projects
Commit 5516181f authored by Zara Mudassar's avatar Zara Mudassar
Browse files

api tests for image methods

parent ea67ee8c
No related branches found
No related tags found
1 merge request!126api tests for image methods
Pipeline #181605 passed
......@@ -27,6 +27,7 @@ describe("testing mocking of apiutil.js image api calls", () => {
},
};
axios.post.mockImplementation(() =>
Promise.resolve({ data: expectedResponse })
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment