Fix test issues

This commit is contained in:
Chris Veleris 2025-07-05 07:49:32 +03:00
parent 7c0bc7f34f
commit 47eaf865ce
5 changed files with 5 additions and 58 deletions

View file

@ -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';