cheng93
cheng93
I assume it's because of https://github.com/help-me-mom/ng-mocks/pull/10825
https://stackblitz.com/edit/github-vatrfd7a-tjr14249 looks like after `MockRender`, `shouldTearDownTestingModule()` changes from false, to true
This has fixed my issue. Remember you'll need to tell the TestBed that you do not want to destory. ```ts const built = MockBuilder(TestComponent).build(); TestBed.configureTestingModule({ ...built, teardown: { destroyAfterEach: false...
I believe `ng-mocks` configures `TestBed` under the hood, you are in fact, even though you're not calling in your code, using it. I believe * 14.13.2 - TestBed was not...
Is this a feature, or is it a bug?
It's possible I'm building the styles wrong, as I'm currently going from v7 -> v9. But I noticed the k-current-time classes are missing I'm not sure what `$_kendo-module-meta` does, but...
Oh I have to explicitly import `time-marker` module?