MCPcopy Index your code
hub / github.com/parse-community/parse-server / resetPassword

Function resetPassword

spec/PagesRouter.spec.js:953–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951 it('resetPassword: throws on missing server configuration', async () => {
952 delete req.config;
953 const resetPassword = req => (() => new PagesRouter().resetPassword(req)).bind(null);
954 expect(resetPassword(req)).toThrow();
955 });
956

Callers 1

Calls 1

resetPasswordMethod · 0.80

Tested by

no test coverage detected