-
Notifications
You must be signed in to change notification settings - Fork 292
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
test: improve api of useAppSoftLock hook #16537
Conversation
repositories.calling, | ||
repositories.notification, | ||
); | ||
const {softLockEnabled} = useAppSoftLock(repositories.calling, repositories.notification); |
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 don't need the loaded
info anymore since now enrollment and renewal happen at load time (which means the app is not loaded)
@@ -0,0 +1,98 @@ | |||
/* |
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.
useAppSoflLock => useAppSoftLock :)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #16537 +/- ##
==========================================
+ Coverage 45.38% 45.46% +0.07%
==========================================
Files 740 740
Lines 24258 24252 -6
Branches 5518 5514 -4
==========================================
+ Hits 11010 11025 +15
+ Misses 11829 11807 -22
- Partials 1419 1420 +1 |
Description
Screenshots/Screencast (for UI changes)
Checklist