updates tests

This commit is contained in:
Alex Corey 2019-05-17 11:11:11 -04:00
parent d3cc1a8771
commit 92d8948a83

View File

@ -107,7 +107,8 @@ describe('<OrganizationDetail />', () => {
/>
).find('OrganizationDetail');
const editLink = wrapper.findWhere(node => node.props().to === '/organizations/undefined/edit');
const editLink = wrapper
.findWhere(node => node.props().to === '/organizations/undefined/edit');
expect(editLink.length).toBe(0);
});
});