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
and in its unit test I'm getting error Nest can't resolve dependencies of the UsersController (?). Please make sure that the argument FIREBASE_ADMIN_INJECT at index [0] is available in the RootTestModule context.
The text was updated successfully, but these errors were encountered:
Nest can't resolve dependencies of the AnimalsService (?). Please make sure that the argument FIREBASE_ADMIN_INJECT at index [0] is available in the AnimalsModule context.
Potential solutions:
- If FIREBASE_ADMIN_INJECT is a provider, is it part of the current AnimalsModule?
- If FIREBASE_ADMIN_INJECT is exported from a separate @Module, is that module imported within AnimalsModule?
hi,
what's the proper way to inject FIREBASE_ADMIN_INJECT in unit tests? I have a controller
and in its unit test I'm getting error
Nest can't resolve dependencies of the UsersController (?). Please make sure that the argument FIREBASE_ADMIN_INJECT at index [0] is available in the RootTestModule context.
The text was updated successfully, but these errors were encountered: