Manage ignored users UI

This commit is contained in:
Benjamin Goering
2017-04-11 14:19:34 -07:00
parent 70ec5d5f54
commit c59ddb72a6
11 changed files with 126 additions and 56 deletions
+1
View File
@@ -30,6 +30,7 @@ describe('graph.mutations.ignoreUser', () => {
}
`;
// @TODO (bengo) - test a user can't ignore themselves
it('users can ignoreUser', async () => {
const user = await UsersService.createLocalUser('usernameA@example.com', 'password', 'usernameA');
const userToIgnore = await UsersService.createLocalUser('usernameB@example.com', 'password', 'usernameB');