HTML not rendered in Karma Jasmine
It seems that the page is not rendered in my unit test. This is why I am getting the null obj when doing the assert.
I am using webpack, do you know if it can be related to it ?
The angular webpack result in then rendered in a tools that aggregate all the html. But I think in my unit test the html should be displayed. Did I miss something ?