From bd9aab48ccc44cab35b2058670e4a6871a9e9d04 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Mon, 11 Sep 2017 12:56:08 +0300 Subject: [PATCH] Add route test --- src/app.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.test.js b/src/app.test.js index dcb5d328..29df13af 100644 --- a/src/app.test.js +++ b/src/app.test.js @@ -46,6 +46,7 @@ describe('Application', () => { '/password': 'Request new password', '/password/forgotten': 'Request new password', '/this-url-should-not-be-found': 'Page not found', + '/reset-password?t=token&e=email': 'Reset password', }; forEach(urlTitles, (title, url) => { const context = {};