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
@grinono Did you know it? I am also trying to emit an event from a method outside NestJS system and listen for this event in a service in order to trigger a method based on it. However, the service class cannot listen to this event.
I create a service function outside of nest for more simple unit testing. How can I emit events from this function instead of a nestjs class?
The text was updated successfully, but these errors were encountered: