fix eslint issues with app and conditional redirect tests

This commit is contained in:
John Mitchell
2018-10-30 15:07:45 -04:00
parent 5c2e6244c6
commit ecd8427a51
2 changed files with 13 additions and 5 deletions

View File

@@ -34,4 +34,4 @@ describe('<App />', () => {
const login = appWrapper.find(Login);
expect(login.length).toBe(0);
});
});
});