We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have some tests that uses socket.io. The debug view fails in this scenario
Uncaught TypeError: Cannot read property 'transport' of undefined from line https://github.com/karma-runner/karma-jasmine/blob/master/src/adapter.js#L42
This is related to #5.
The text was updated successfully, but these errors were encountered:
@pablojim How come that it goes through the if (!window.parent.io) in your case? https://github.com/karma-runner/karma-jasmine/blob/master/src/adapter.js#L37
if (!window.parent.io)
Sorry, something went wrong.
Nevermind, I got it;-)
fix: add a check for debug view with socket.io
72e8695
Closes karma-runner#11
Successfully merging a pull request may close this issue.
I have some tests that uses socket.io. The debug view fails in this scenario
Uncaught TypeError: Cannot read property 'transport' of undefined from line https://github.com/karma-runner/karma-jasmine/blob/master/src/adapter.js#L42
This is related to #5.
The text was updated successfully, but these errors were encountered: