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
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
This will need some changes to tests files as currently if I just update, it'll throw errors:
/mean/node_modules/mongoose/lib/index.js:391
throw new mongoose.Error.MissingSchemaError(name);
^
MissingSchemaError: Schema hasn't been registered for model "User".
Use mongoose.model(name, schema)
The text was updated successfully, but these errors were encountered:
Mocha currently: 3.x
Latest: 4.x
This will need some changes to tests files as currently if I just update, it'll throw errors:
The text was updated successfully, but these errors were encountered: