Skip to content

Commit

Permalink
test(feed2): add store test todos for tdd.
Browse files Browse the repository at this point in the history
  • Loading branch information
xinbenlv committed Jan 8, 2021
1 parent 5936821 commit 82ee12d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions store/feed2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,10 @@ describe('store/feed2', () => {
});
});

describe('Upon fetch revision action', () => {
it.todo('should dispatch action to fetching diff and diffMeta');
it.todo('should handle failure of diff fetching.');
it.todo('should handle failure of diffMeta');
});

});

0 comments on commit 82ee12d

Please sign in to comment.