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

Function resendVerificationEmail

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

Source from the content-addressed store, hash-verified

937 it('resendVerificationEmail: throws on missing server configuration', async () => {
938 delete req.config;
939 const resendVerificationEmail = req =>
940 (() => new PagesRouter().resendVerificationEmail(req)).bind(null);
941 expect(resendVerificationEmail(req)).toThrow();
942 });
943

Callers 1

Calls 1

Tested by

no test coverage detected