I’m reatively new to front end testing in Ember so bear with me.
I have a template that I wrote a simple ‘it renders’ integration test for and am only getting about 23% test coverage on it. Specifically the buildFragment is not being covered. This component has an {{#unless}} block and several HTML elements. I’m not familiar with what the JS in a rendered template does so I’ve been rather lost.
Can anybody point me in the right direction or link to some articles that may help me understand a rendered template better and get this to 100% coverage?
Thank you