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
Assertion Failed: Attempting to inject an unknown injection: 'service:scheduler'
The documentation says that service:router-scroll must be added to the needs: [] block for router/controller tests, but doesn't mention anything about service:scheduler.
Is service:scheduler required for all configurations as well? If so, this needs to be added to the documentation.
The text was updated successfully, but these errors were encountered:
When running unit tests, I get this error:
Assertion Failed: Attempting to inject an unknown injection: 'service:scheduler'
The documentation says that
service:router-scroll
must be added to theneeds: []
block for router/controller tests, but doesn't mention anything aboutservice:scheduler
.Is
service:scheduler
required for all configurations as well? If so, this needs to be added to the documentation.The text was updated successfully, but these errors were encountered: