'How to write unit test for a userModel.ts using jest, as I am totally new to this I am not able to figure out where to start?

I have user model file that I have wrote using typescript, which includes different functions like login, registration, find user etc. It also includes userSchema.

Now I need to start unit test script for the same but I am not able to figure out where or how can I start writing.

Is it possible to write unit test script for userSchema ?

enter image description here

I have tried writing test scripts for login and registration functionality but facing issue while comparing hashed password.

Is it possible to write unit test script for userSchema ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source