-
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
Missing error handler on socket
#2042
Comments
@Florian-R Thanks for that. I am afraid I have already looked over these and a number of other issues. I believe this was a bug which surfaced and was then fixed in release 0.13.19, so I don't believe those issues apply. #1751 I don't believe (?) there are any issues with my files declaration - certainly not my rx.js file. Sorry #1969 I also haven't been able to get this to work in any configuration (no folder move), so I am not sure #1988 applies. |
I have similar problem with TeamCity: #1751 (comment) . Same karma version. I use |
@sharikovvladislav Thanks for pointing out, you don't seem to be getting the:
line? Have you found a resolution to your issue? |
Would be grateful for any guidance as this is a bit of a show stopper for my testing at the moment ... |
The same here! |
@georgeedwards you can try to change line 14 of file: karma-test-shim.js from format: 'register' --> format: 'cjs', your tsconfig.js using commonjs. I created simple application to simulate the error and fix. |
…mjs. Tests failing right now, they seem to be related to karma-runner/karma#2042.
I'm also running into this issue. Has anyone found a solution? |
@Dillonmcewan hi...it is just an error on angular test configuration not karma related....i fixed using configuration from: https://github.com/antonybudianto/angular2-starter |
I had the same issue but I was missing a dependency in my package json. WARN [web-server]: �[39m404: /base/dist/vendor/lodash/lodash.min.js |
have u try to load {pattern: 'karma-test-shim.js', included: true, watched: true} at the end before "tests/*_/__test.js" ? |
Was able to solve this. It happened several times and it always seemed to be a missing dependency in the files I was loading in my karma.conf.js. If the error message logged the file that was missing it would be much easier to track down the problem |
I'm having the same issue. If I use reporters: ['progress'] everything works, but as soon as I add teamcity it gives the exact same error as @georgeedwards described. We've updated our app to Angular2 2.0.1 and since them this issue showed up. |
Any news on this issue? |
I would say the evidence here points to team-city or config problems. Please post your full error message |
Expected behavior
My Travis CI build to complete the Jasmine Unit tests defined, reporting the number run and success vs. failure.
Actual behavior
This is the output from my build log. Here is the full build log. Also, here is the full github repository that was being built.
Enviroment Details
karma --version
):karma.config.js
fileNot sure which bits of the config file are relevant, here is the whole thing.
Steps to reproduce the behaviour
3.
The text was updated successfully, but these errors were encountered: