I've seen a couple of previous issues that raise this, when first adding RTD to an application with some templates already, firing up RTD gives me
TypeError: 'undefined' is not an object (evaluating 'Template....
on a series of templates.
One user mentioned this went away after writing their first test; but that's not helped for me.
Another was able to fix this after modifying karma.conf.js and adding some stubs; but I can't find any documentation that's leading me to how to get RTD up and running without these errors when getting started.
I've seen a couple of previous issues that raise this, when first adding RTD to an application with some templates already, firing up RTD gives me
on a series of templates.
One user mentioned this went away after writing their first test; but that's not helped for me.
Another was able to fix this after modifying
karma.conf.js
and adding some stubs; but I can't find any documentation that's leading me to how to get RTD up and running without these errors when getting started.Any help would be appreciated.