tests: Add delete task integration test for v3

This commit is contained in:
Blade Barringer
2015-12-04 10:50:41 -06:00
parent 1a2cda0835
commit 5aca166837
2 changed files with 35 additions and 2 deletions

View File

@@ -3,8 +3,6 @@ import {
requester,
translate as t,
} from '../../../../helpers/api-integration.helper';
import { v4 as generateRandomUserName } from 'uuid';
import { each } from 'lodash';
describe('PUT /tasks/:id', () => {
let user, api;