tests(integration): Create separate helper for api integration tests

This commit is contained in:
Blade Barringer
2016-01-13 12:23:24 -06:00
parent 771bc0c5b5
commit b68861681c
21 changed files with 320 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ import {
generateUser,
requester,
translate as t,
} from '../../../../../helpers/api-integration.helper';
} from '../../../../../helpers/api-v3-integration.helper';
import { v4 as generateRandomUserName } from 'uuid';
import { each } from 'lodash';