You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still the same issue for version 14.13.0. I tried ngMocks.globalReplace(HttpClientModule, HttpClientTestingModule); and ngMocks.globalKeep(HttpClientTestingModule, true). Both resulting in HttpClient not provided.
Whereas using .replace(HttpClientModule, HttpClientTestingModule) or .keep(HttpClientTestingModule) directly on MockBuilder works as expected.
Still the same issue for version
14.13.0
. I triedngMocks.globalReplace(HttpClientModule, HttpClientTestingModule);
andngMocks.globalKeep(HttpClientTestingModule, true)
. Both resulting inHttpClient
not provided.Whereas using
.replace(HttpClientModule, HttpClientTestingModule)
or.keep(HttpClientTestingModule)
directly onMockBuilder
works as expected.Originally posted by @cluxig in #6402 (comment)
The text was updated successfully, but these errors were encountered: