CEC-4525: add support for /tags endpoint and implement a new action for it (#361)
* add action for adding tags
This commit is contained in:
5
src/components/TransformModal/__mocks__/index.jsx
Normal file
5
src/components/TransformModal/__mocks__/index.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const TransformModalMock = jest.fn().mockImplementation(() => {
|
||||
return <div data-testid="transform-modal" />
|
||||
});
|
||||
|
||||
export default TransformModalMock;
|
||||
Reference in New Issue
Block a user