reset password route

This commit is contained in:
Victor Piousbox
2016-03-20 02:54:52 +00:00
parent 6d972ea9af
commit 99cb8a07f7
3 changed files with 53 additions and 2 deletions
@@ -1,7 +1,7 @@
import {
generateUser,
translate as t,
} from '../../../../helpers/api-integration/v3';
} from '../../../../../helpers/api-integration/v3';
describe('POST /user/reset-password', async () => {
let endpoint = '/user/reset-password';