Remove empty string from test

This commit is contained in:
Ivan Shmidt
2020-06-03 16:53:30 +02:00
parent 7fae656dd2
commit 9c93b047aa
@@ -29,7 +29,7 @@ describe('<NavLink />', () => {
wrapInTestApp(
<MemoryRouter>
<NavLink to="/test">{linkText}</NavLink>
<Route path="/test">{testString}</Route>{' '}
<Route path="/test">{testString}</Route>
</MemoryRouter>,
),
);