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

@@ -1,7 +1,7 @@
import {
generateUser,
translate as t,
} from '../../../../helpers/api-integration.helper';
} from '../../../../helpers/api-v3-integration.helper';
describe('DELETE /tasks/:id', () => {
let user;