Skip to content

Commit

Permalink
fix(test): import Bluebird
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed May 27, 2016
1 parent 792aafd commit 31d2c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down
2 changes: 1 addition & 1 deletion website/views/shared/new-stuff.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h2 5/25/2016 - ANDROID UPDATE AND MAY SUBSCRIBER ITEMS
h2 5/25/2016 - iOS UPDATE, ANDROID UPDATE, AND MAY SUBSCRIBER ITEMS
hr
tr
td
Expand Down

0 comments on commit 31d2c5d

Please sign in to comment.