You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to point out an issue that had me struggling for days to find out what the problem was.
I set up an RTD project in my Meteor app as per instructions on your blog. The problem is that when I had no tests defined at all (only our custom stubs) I was getting the following error.
PhantomJS 1.9.2 (Mac OS X): Executed 0 of 0 ERROR (0.36 secs / 0 secs)
PhantomJS 1.9.2 (Mac OS X): Executed 0 of 0 ERROR (0.36 secs / 0 secs)
For anyone else in the same position I suggest writing at least a simple test. Would it be possible to have this error caught and have a more informative message displayed?
Thanks,
Matt
The text was updated successfully, but these errors were encountered:
Hi,
Wanted to point out an issue that had me struggling for days to find out what the problem was.
I set up an RTD project in my Meteor app as per instructions on your blog. The problem is that when I had no tests defined at all (only our custom stubs) I was getting the following error.
PhantomJS 1.9.2 (Mac OS X): Executed 0 of 0 ERROR (0.36 secs / 0 secs)
PhantomJS 1.9.2 (Mac OS X): Executed 0 of 0 ERROR (0.36 secs / 0 secs)
For anyone else in the same position I suggest writing at least a simple test. Would it be possible to have this error caught and have a more informative message displayed?
Thanks,
Matt
The text was updated successfully, but these errors were encountered: