Skip to content
Snippets Groups Projects
Commit 5489e7c6 authored by NataliaTepluhina's avatar NataliaTepluhina
Browse files

Removed redundant test

parent b7fe62af
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,12 +34,6 @@ describe('WorkItemAssignees component', () => {
});
};
 
it('should render', () => {
createComponent();
expect(wrapper.find(WorkItemAssignees).exists()).toBe(true);
});
it('should pass the correct data-user-id attribute', () => {
createComponent();
 
Loading
Loading
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