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
Can someone provide a way to .overrideProvider / .useValue while usng nest-emitter.
I got an error in e2e tests when testing service that has @InjectEventEmitter() inside.
This is the error:
Nest can't resolve dependencies of the ConfigurationService (ConfigurationEntityRepository, ?, Logger). Please make sure that the argument __event_emitter__ at index [1] is available in the ConfigurationModule context.
The text was updated successfully, but these errors were encountered:
Hello,
Can someone provide a way to
.overrideProvider
/.useValue
while usng nest-emitter.I got an error in e2e tests when testing service that has
@InjectEventEmitter()
inside.This is the error:
The text was updated successfully, but these errors were encountered: