-
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
Move Folder -> Missing Error Handler on Socket? #1988
Comments
Take a look at #1969 this sounds very similar and the solution posted there might help you. |
@dignifiedquire Thank you for your feedback. I already checked this issue and am pretty (99%) convinced that this issue is unrelated. I quadruple checked all of my paths to make sure the casing was correct and that the paths were indeed valid. They seem to be just fine. My associated question on StackOverflow has revealed that others are facing the same issue without avail. |
looks like this error happens on different failing configs. Could you try and provide me with a sample project that has the same issue? |
@dignifiedquire I appreciate the attention you are giving this issue. You can actually look for yourself at the project which has this issue, at: http://github.com/oliver-spryn/portfolio All of the karma.conf.js files are under the .config folder. Is that of any help to you? |
@oliver-spryn I'm afraid that doesn't help. I've cloned the repo and ran the npm |
@oliver-spryn did you solve the pb ? I'm having the same issue... |
When running with PhantomJS, at crash time
|
I had same issue with latest systemjs (no idea why it affects). After I downgraded systemjs to 0.19.6 error is gone. |
@oliver-spryn you try to change your karma-test-shim.js. Under System.config, change format: 'register' to format: 'cjs' |
I have a set of working, valid unit tests for an Angular 2.0 project run by Karma 0.13.22, connecting to a Chrome 48 browser with Socket.io 1.4.5. I was testing under this configuration, which worked:
Then, without changing any code, I moved one folder:
... then I updated karma-test-shim.js and karma.conf.js with the new paths.
Now the tests don't even run, and I get this error:
Any idea what is causing this? The only thing that changed is the folder path.
A sample from karma.conf.js:
The text was updated successfully, but these errors were encountered: