-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fabo/1500 fixed optimistic updates #1535
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1535 +/- ##
==========================================
- Coverage 96.41% 96.4% -0.01%
==========================================
Files 97 97
Lines 1811 1810 -1
Branches 86 86
==========================================
- Hits 1746 1745 -1
Misses 55 55
Partials 10 10
|
@@ -255,4 +256,50 @@ describe(`Module: Delegations`, () => { | |||
await store.dispatch(`updateDelegates`) | |||
expect(store.state.delegation.committedDelegates).toBeTruthy() | |||
}) | |||
|
|||
it.only(`should update the atoms on a delegation optimistically`, async () => { |
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.
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.
Genius!
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 👍
needs to update the snapshots |
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.
tested ACK
Closes #1500
Description:
❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer