-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions logged as null #640
Comments
Yep, we need to fix this. Currently everything is serialized with On Mon, Jul 15, 2013 at 2:24 PM, Evan Hensleigh [email protected]:
|
I've been significantly frustrated in debugging tests because Karma's logs report
null
whenever they see a function, e.g.yields
whereas inside the debug view in Chrome, it correctly logs the function. Worse, where it's seeing null everywhere it quashes objects, so this mock:
is logged out as:
where pageController is inaccurately shown as an empty object. (Again, in Chrome's debugger, the log correctly reflects what's going on.)
The text was updated successfully, but these errors were encountered: