-
Notifications
You must be signed in to change notification settings - Fork 573
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
Add stopAllSnaps
function to SnapController
#2674
Conversation
stopAllRunningSnaps
function to SnapController
stopAllSnaps
function to SnapController
|
||
this.messagingSystem.registerActionHandler( | ||
`${controllerName}:stopAllSnaps`, | ||
async (...args) => this.stopAllSnaps(...args), |
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.
We should test this action and the accompanying function
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.
Done here: 1e50e98
b907d3c
to
1e50e98
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2674 +/- ##
=======================================
Coverage 94.29% 94.30%
=======================================
Files 481 481
Lines 10031 10040 +9
Branches 1511 1512 +1
=======================================
+ Hits 9459 9468 +9
Misses 572 572 ☔ View full report in Codecov by Sentry. |
closes #2668