-
Notifications
You must be signed in to change notification settings - Fork 136
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
Debug original function invoked by spec #119
Comments
No, you're right. Apparently I've not had to dig this far before. It's exactly as you say. The (source) source map works with |
It's the transform that breaks it for some reason, these lines here: https://github.com/lathonez/clicker/blob/master/test/karma.config.js#L39-L44 My plan is to:
|
Awesome, just tried it and it works great. Thanks for the quick resolution. |
No worries thanks for raising! |
Hi,
not sure if this has been answered before, but couldn't find anything related.
I am trying to debug why a test fails and although using
npm run karma
and opening a second tab with debug as per instructions gives me the ability to add break points to the spec code, the code to be tests is minified and I cannot place a break point there. Debugging the actual test code is only half the story. Am I missing something?I also clicked on the notification about pretty printing the minified file, which made no difference
The text was updated successfully, but these errors were encountered: