working test commit

This commit is contained in:
John Mitchell
2018-12-04 14:46:18 -05:00
parent aab6aa4ef9
commit 3a8d95b03b
10 changed files with 96 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ describe('<Organizations />', () => {
mount(
<MemoryRouter initialEntries={['/organizations']} initialIndex={0}>
<Organizations
match={{ path: '/organizations', route: '/organizations', link: 'organizations' }}
match={{ path: '/organizations', url: '/organizations' }}
location={{ search: '', pathname: '/organizations' }}
/>
</MemoryRouter>