pheinicke

Results 9 comments of pheinicke

Hi, I have the exact same issue as @Maximaximum. That is Angular 12, Jest and code generated by a third party tool, containing namespace imports. @ahnpnl How would you tell...

Thanks for your quick reply. This is very weird. If I somehow messed up my module/test setup, I would expect to get a "Could not find class HttpClient. Did you...

Hey! No updates so far. I was pretty busy with other stuff and had to put this issue aside for a while. But I got a day or two now,...

Huh, fresh eyes on the problem or whatever, but I just got the test to run. My ApiModule imports a SharedModule, which in turn provides HttpClientModule and a bunch of...

To be honest, I would expect the tests to be working with the SharedModule (like the "vanilla" angular tests do). The SharedModule does not simply import HttpClientModule, it also exports...

> One more question , I don't know whether it is a proper place to discuss here. Abstract class service can be a DI params, such as : > >...

Hi Mark, how are things? Did you already find someone to support you on managing the project? If you still need someone, I would like to offer help. We are...

Sadly, it's still not published to npm.

Since the update my tests are failing as well, but instead of jest we use karma. When running karma I see the following errors: ``` ./node_modules/quill-mention/dist/cjs/index.js:7:21-39 - Error: Module not...