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

Function requestResetPassword

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

Source from the content-addressed store, hash-verified

944 it('requestResetPassword: throws on missing server configuration', async () => {
945 delete req.config;
946 const requestResetPassword = req =>
947 (() => new PagesRouter().requestResetPassword(req)).bind(null);
948 expect(requestResetPassword(req)).toThrow();
949 });
950

Callers 1

Calls 1

requestResetPasswordMethod · 0.80

Tested by

no test coverage detected