| 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 |
no test coverage detected