drewdeponte / snapdragon

A Jasmine JavaScript test runner that lets you run tests on the command-line similar to RSpec.
Other
6 stars 8 forks source link

Have the failures output the stack trace as well. #14

Closed drewdeponte closed 11 years ago

drewdeponte commented 11 years ago

I added the code to do this and it is working in Chrome. It is NOT working on the command line for some reason. It seems that PhantomJS with v1.3.1 of Jasmine the Error stack isn't available. When I was using the latest master branch of Jasmine it was available. I guess I am going to have to look at what changed between v1.3.1 and the latest to figure it out.