You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
Create a mongoose factory for a model that has validation. Using the factory create an instance with values that fail the validation.
Expected outcome:
Failure is returned on the callback
Actual:
Callback returns okay with undefined value
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Create a mongoose factory for a model that has validation. Using the factory create an instance with values that fail the validation.
Expected outcome:
Failure is returned on the callback
Actual:
Callback returns okay with undefined value
The text was updated successfully, but these errors were encountered: