You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NoMissingSubscriptionsCall does not report an error when using the update function of a module from a dependency, when that module also has a subscriptions function that has not been called.
Steps
Add a test case that uses runWithProjectData and a project that contains such a dependency. That dependency can be made as small as necessary (1 module with only an update and a subscriptions function)
NoMissingSubscriptionsCall
does not report an error when using the update function of a module from a dependency, when that module also has a subscriptions function that has not been called.Steps
runWithProjectData
and a project that contains such a dependency. That dependency can be made as small as necessary (1 module with only an update and a subscriptions function)The text was updated successfully, but these errors were encountered: