NotificationCenter #1228
Unanswered
mfclarke-ts
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
Not sure how we have gotten this far without it in our app, but just today we've hit the need for
NotificationCenter
. Looking at the recent changes to the case studies, it looks like it's recommended to useNotificationCenter
wholesale in the environment without a wrapper client.But it occurred to me that this means any unexpected usage of it in tests wouldn't be caught (ie, with a
.failing
version). IMHO this is a pretty significant side effect that we want to have coverage on exact usage of. Could be missing something though.... Any thoughts?Thanks
Beta Was this translation helpful? Give feedback.
All reactions