Nest could not find ‘ ‘ element (this provider does not exist in the current context)
I have been getting issues with the injections of Nest.js when working with TestingModule
. The app works fine when ran but not through the tests. The issue happens when trying to get any other provider the UserRepositoryProvider
from the AppModule
which is imported into the TestModule
.