Tom Pischke

Results 12 comments of Tom Pischke

I'd like to add my voice to the chorus contending that forcing projects to introduce a new reporting module is not an acceptable solution. We need a solution that doesn't...

@bmaehr Will the patch referenced in https://github.com/jacoco/jacoco/issues/974#issuecomment-632055670 be officially released soon?

These workarounds are very verbose and hard-to-read, and somewhat defeat the purpose of using jest-mock-extended. Since most of the mocks we use are for OpenAPI generated services which make generous...

We are still using the library, but only in a very limited fashion. We've mostly switched to implementing our own simple stubs to avoid these issues.

Probably worth mentioning that the service in question is generated by the openapi code generator. Perhaps the problem only occurs in combination with code from this generator. I can provide...

I also get the same error with simpler services, not just the generated ones mentioned above,

Angular 8.3, latest jest and jest-mock-extended

The workaround described by @myin142 works well with minimal inconvenience.

This is a great idea, but I see that both this plugin and its inspiration plugin are in the POC Phase. Any plans to make either of these extensions production-ready,...