mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Restore the userCreated event
This commit is contained in:
@@ -17,7 +17,9 @@ describe('graph.mutations.banUser', () => {
|
||||
beforeEach(async () => {
|
||||
await SettingsService.init();
|
||||
|
||||
const ctx = Context.forSystem();
|
||||
user = await UsersService.createLocalUser(
|
||||
ctx,
|
||||
'usernameA@example.com',
|
||||
'password',
|
||||
'usernameA'
|
||||
|
||||
Reference in New Issue
Block a user