mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Add route test
This commit is contained in:
parent
afd513f85d
commit
bd9aab48cc
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue