xolvio / rtd

DEPRECATED: The Test Runner for Meteor
164 stars 37 forks source link

TypeError: 'undefined is not an object' #150

Closed adamdawkins closed 10 years ago

adamdawkins commented 10 years ago

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.

Any help would be appreciated.

adamdawkins commented 10 years ago

Ah, this is a duplicate of https://github.com/xolvio/rtd/issues/137