issues
search
Earth-Miles-Challenge
/
Express-Server
Backend server powered by Express.js
0
stars
0
forks
source link
Add integration tests for the user registration
#20
Open
ericnicolaas
opened
1 year ago
ericnicolaas
commented
1 year ago
To test:
[ ] Registering with a valid email & password should give 201 status.
[ ] Registering with an invalid email or without a password should result in 403 status and error message.
To test: