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

Function verifyEmail

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

Source from the content-addressed store, hash-verified

931 it('verifyEmail: throws on missing server configuration', async () => {
932 delete req.config;
933 const verifyEmail = req => (() => new PagesRouter().verifyEmail(req)).bind(null);
934 expect(verifyEmail(req)).toThrow();
935 });
936

Callers 1

Calls 1

verifyEmailMethod · 0.45

Tested by

no test coverage detected