fix(test): import Bluebird

This commit is contained in:
Sabe Jones
2016-05-27 00:58:16 +00:00
parent 792aafd737
commit 31d2c5d604
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import {
generateGroup,
generateChallenge,
} from '../../../../../helpers/api-integration/v3';
import Bluebird from 'bluebird';
import { find } from 'lodash';
describe('POST /tasks/:id/score/:direction', () => {