We had an issue reported in Mongoose related to this module, turns out that the DefinitelyTyped @types/passport-local-mongoose is stuck on Mongoose 5 and upgrading doesn't seem to be happening. So I ported the @types/passport-local-mongoose types with a couple of changes for Mongoose 6, and added tests using tsd.
Coverage remained the same at 97.727% when pulling 211c2b2daa796d34d488c34fc63ddef28345fc3e on vkarpov15:vkarpov15/typedefs into 12d73a5ccf5e5043eba21896ead6adfefaef8ae6 on saintedlama:main.
Fix #335
We had an issue reported in Mongoose related to this module, turns out that the DefinitelyTyped
@types/passport-local-mongoose
is stuck on Mongoose 5 and upgrading doesn't seem to be happening. So I ported the@types/passport-local-mongoose
types with a couple of changes for Mongoose 6, and added tests using tsd.