harsimran-preet / iVentory

0 stars 0 forks source link

User model unit tests #38

Closed ujwal-jain closed 2 years ago

ujwal-jain commented 2 years ago

Added user model unit tests. Checks for missing required fields in the User and also an invalid short length password in the user.

To test, pull the unittests branch and run npm run test

SiddharthKartha commented 2 years ago
SiddharthKartha commented 2 years ago

Everything else looks good to me.

JihoPark21 commented 2 years ago

Looks good to me