satanTime

Results 164 comments of satanTime

Hi @kmjungersen, thanks for the info. With your requirements, I would simply create a spy instead of a stub function in `MockBuilder` or in `MockInstance`: ```ts MockBuilder(ServiceToTest, SomeService).mock( SomeService, {...

Hi @naeemb123, could you provide an example of a failing test?

In your example, you redefine the output observable after rending, whereas `MyComponent` is still listening to the original one, whereas you don't redefine `EventEmitter`. It won't work in any scenario,...

Hi @naeemb123, I hope this finds you well. I wanted to ask if you've had a chance to take a look at my comment above?

Hi @naeemb123, I'm going to close the issue. Feel free to update and reopen it when you have more info.

Hi there, Thanks for the report. I'll take a look on the weekend.

Could you also provide a min repo if you have a chance? I assume it's something related to the config of the project.

Yep. I need a repo: a zip file or a github link. es5: ``` > [email protected] test:jasmine:es5 > npm run ng test -- --ts-config ./tsconfig.es5ivy.spec.json --progress=false > [email protected] ng >...

Could you try to run: npx ngcc? And then tests? Maybe there is a need to compile some dependencies.