timurstrekalov / saga

Better code coverage tool for JavaScript.
http://timurstrekalov.github.com/saga/
Other
87 stars 25 forks source link

TypeError during run #130

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

I've configured the basedir to localhost and jasmineServerport as such:

http://localhost:${jasmine.serverPort}

During the run there are TypeErrors being shown: [INFO] Running test at http://localhost:60744 [ERROR] Script exception on page http://localhost:60744/ message: TypeError: ...

A coverage report is produced, but the coverage is incorrect.

What is causing the TypeErrors problem and how do I fix it?

Thank you and best regards.