-
Notifications
You must be signed in to change notification settings - Fork 15
feat: add cleanTokens to new/wallet #648
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #648 +/- ##
===========================================
+ Coverage 62.48% 79.63% +17.14%
===========================================
Files 77 77
Lines 5838 5838
Branches 1227 1214 -13
===========================================
+ Hits 3648 4649 +1001
+ Misses 2093 1172 -921
+ Partials 97 17 -80 ☔ View full report in Codecov by Sentry. |
@@ -36,13 +36,13 @@ describe('handleStop', () => { | |||
it('should work with memory store', async () => { | |||
const store = new MemoryStore(); | |||
await handleStopTest(store); | |||
}, 10000); |
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 have had to increase the timeout to make the test pass on the CI process.
afc704a
to
904bfd1
Compare
Acceptance Criteria
stop
methodSecurity Checklist