mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Restore the userCreated event
This commit is contained in:
@@ -19,7 +19,9 @@ const { expect } = chai;
|
||||
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