Merge branch 'develop' into api-v3

This commit is contained in:
Matteo Pagliazzi
2016-03-05 19:29:02 +01:00
306 changed files with 2868 additions and 2409 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ $ gulp test:api:safe
If you'd like to run the tests individually and inspect the output from the server, in one pane you can run:
```bash
$ gulp nodemon
$ gulp test:nodemon
```
And run your tests in another pane:
@@ -4,7 +4,7 @@ import {
} from '../../../../helpers/api-v3-integration.helper';
import { model as User } from '../../../../../website/src/models/user';
describe.only('POST /email/update', () => {
describe('POST /email/update', () => {
let user;
let fbUser;
let endpoint = '/user/update-email';