mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Manage ignored users UI
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user