Added tests + model implementation.

This commit is contained in:
Wyatt Johnson
2017-01-05 17:01:41 -07:00
parent 298e1e8d73
commit be72ebf2a1
7 changed files with 279 additions and 64 deletions
-1
View File
@@ -27,7 +27,6 @@ describe('models.Action', () => {
item_type: 'comment'
}
]).then((actions) => {
console.log('all created');
mockActions = actions;
}));