Chandu

Results 13 comments of Chandu

> By the way, you don't even export any providers from `FirstModule`. It seems that the problem is only observed in your tests. In the real application, everything works as...

Thanks @KostyaTretyak . Yes, I have run a similar check and am able to verify the returned values. I think the root cause of my confusion is aroud how the...

Finally was able to make the tests pass (used `select` method of the NestApplication to set a module context). I assumed the `NestFactory.create` would simulate something similar to `select` method...