mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: remove unexpected console log (#6875)
This commit is contained in:
parent
baef49df3c
commit
4c61aa1e37
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ describe('user management', () => {
|
||||||
),
|
),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
console.log('################### email, phone, username', email, phone, username);
|
|
||||||
|
|
||||||
expect(email).toBe('jdoe@gmail.com');
|
expect(email).toBe('jdoe@gmail.com');
|
||||||
expect(phone).toBe('+1 810 555 5555');
|
expect(phone).toBe('+1 810 555 5555');
|
||||||
expect(username).toBe('johndoe');
|
expect(username).toBe('johndoe');
|
||||||
|
|
Loading…
Reference in a new issue