v3 adapt v2: lint client only shared ops and enable members integration tests

This commit is contained in:
Matteo Pagliazzi
2016-04-07 11:54:36 +02:00
parent d49847688e
commit 2d3fbe9f13
13 changed files with 121 additions and 108 deletions
@@ -2,7 +2,7 @@ import {
generateUser,
} from '../../../helpers/api-integration/v2';
xdescribe('POST /members/id/gift', () => {
describe('POST /members/id/gift', () => {
let userWithBalance, userWithoutBalance;
beforeEach(async () => {
@@ -2,7 +2,7 @@ import {
generateUser,
} from '../../../helpers/api-integration/v2';
xdescribe('POST /members/id/message', () => {
describe('POST /members/id/message', () => {
let sender, recipient;
beforeEach(async () => {