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
In test files, inject should be used as angular.mock.inject to maintain a consistent behavior since we use angular.mock.module instead of module. Typescript supports both inject and angular.mock.inject, so we need a custom test to ensure that angular.mock.inject is used instead of inject.
The text was updated successfully, but these errors were encountered:
In test files, inject should be used as angular.mock.inject to maintain a consistent behavior since we use angular.mock.module instead of module. Typescript supports both inject and angular.mock.inject, so we need a custom test to ensure that angular.mock.inject is used instead of inject.
The text was updated successfully, but these errors were encountered: