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 ?

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 ?