Fix test issues
This commit is contained in:
parent
7c0bc7f34f
commit
47eaf865ce
5 changed files with 5 additions and 58 deletions
|
|
@ -174,7 +174,7 @@ describe('User Create Script', () => {
|
|||
'❌ Password must be at least 6 characters long'
|
||||
);
|
||||
}
|
||||
});
|
||||
}, 15000);
|
||||
|
||||
it('should reject duplicate email', async () => {
|
||||
const email = 'existing@example.com';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue