v3 adapt v2: port chat routes and group.update

This commit is contained in:
Matteo Pagliazzi
2016-04-05 12:02:00 +02:00
parent 0a40c56973
commit 374d11b0e4
9 changed files with 47 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ import {
translate as t,
} from '../../../../helpers/api-integration/v2';
xdescribe('POST /groups/:id/chat', () => {
describe('POST /groups/:id/chat', () => {
let group, user;
beforeEach(async () => {