-
Notifications
You must be signed in to change notification settings - Fork 65
Conversation
Todo: unit tests |
Codecov Report
@@ Coverage Diff @@
## master #711 +/- ##
==========================================
+ Coverage 99.94% 99.94% +<.01%
==========================================
Files 286 286
Lines 5120 5121 +1
Branches 597 597
==========================================
+ Hits 5117 5118 +1
Misses 3 3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, except for the small spacing issue.
this.dispatcher.searchSetText(searchText); | ||
this.dispatcher.next( | ||
new ListPagingSetPageNumberAction(Number(1)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spacing seems slightly off for this line and the one below it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll change the spacing to be consistent, thanks!
#706