Alexander Brandmüller

Results 14 comments of Alexander Brandmüller

is there any new solution for this problem. I can not get a test working, to check if the application has `quit()`

do anyone else have this problem? Am I doing something wrong?

I need the same. If I get the time I will prepare a PR

would be great to have some documentation on how to setup different versions. I did not have any luck setting this up like @manuel-mauky described

had the same option with a private repo configured in .npmrc even the example.js does not work with this setup. I don't use scoping in this context. The registry is...

I've debugged this issue. Here are my findings: - we are using a private repository secured with ssl ```cert``` and ```key``` - the module package-json which is used by latest-version...

nobody seems very interested in fixing this issue or providing suggestions for a fix. As we are not using a private repo anymore, I will not create any PRs.

thanks a lot kevin this fixed my issue with firefox as well. But the project should throw a better error description if possible.

I've tried to implement your pseudo code and got it working. This is dependent on jquery ``` jasmine.getEnv().addReporter(new jasmine.JSReporter2()); (function () { var oldFunc = window.jasmine.getJSReport; window.jasmine.getJSReport = function ()...