Vincent G
Vincent G
Got the same issue here. I guess it's because the gulp toolchain is not transpiling node modules. At the moment, I just took the source files (.ts) in my own...
Thanks @kamilmysliwiec. I did the same work for RPC and WebSocket. Please let me know what could be improved! I thought about adding a single public static method to Test,...
Hey @kamilmysliwiec, I had a look into `ExternalContextCreator` and thought about creating the context using the static method `fromContainer`. However, it looks like it would (in the end) require a...
Thank you for the explanations @kamilmysliwiec :+1:! I'm gonna spend some time on this ASAP. I like the idea of exposing this API via TestingModule :fire:.
Hi @kamilmysliwiec I moved the code to `TestingModule` and did set up the context creation. The basic (expected) behavior is good! You can have a look at the 3 test...
@kamilmysliwiec Heya Kamil! Guess who's back :ghost: :joy: I know it's been a long time and you probably forgot everything about this PR :sob: :gun: ... Just in case you...
Hi @kamilmysliwiec! I had a look into it tonight and it looks like the callback created by `createPipesFn` (`fnApplyPipes`) indeed provides `null` as `data` to my websocket gateway method 😕...
Sounds great 😍 Gonna get back to it ASAP 😄! Thanks! I will keep you posted.
Thank you @kamilmysliwiec 🙏🏼 ! It's indeed working when rebased on branch 8.0.0 🎉 I have troubles using Pipes (test `executes Pipes passed as classes in @Query`) when passing a...
I can confirm the same unexpected behavior here with v0.10.0 (mac os 12+, apple M1 pro, yarn v1, node 16)