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 only the value portion of the stack trace. #10

Closed drewdeponte closed 11 years ago

drewdeponte commented 11 years ago

From looking at the stack traces it seems like generally we only care about things above the at null.<anonymous> and don't care about any of the stack trace lines after that.