Hughp135
Hughp135
Added some stuff to the windows powershell script to include PID. Haven't modified linux/mac commands so just return null. If anyone can code the mac/linux versions that'd be great.
Hi, first of all just wanted to say thanks for making this plugin! It's exactly what I needed and seems to work well. I was just wondering what your recommendations...
I have a component for a confirm modal similar to the example in the docs, and when I unit test the component, I get this: ``` Error: StaticInjectorError(DynamicTestModule)[ConfirmModalComponent -> Modal]:...
I want to make an assertion that checks the 'emit' function was called on the client socket in my jasmine test. I've tried spying on the client's instance of socket,...
As per in docs: "However, using decorator is not a recommended way (hard to test, tough to share client instance)." https://docs.nestjs.com/microservices/basics You can instead use the ClientsModule.register() method to register...