Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

fullTrace not working? #130

Open
ehartford opened this issue Dec 7, 2016 · 1 comment
Open

fullTrace not working? #130

ehartford opened this issue Dec 7, 2016 · 1 comment

Comments

@ehartford
Copy link

I tried adding this to my Karma config

client: {
  mocha: {
    fullTrace: true
  }
},

however, I am still not getting any stacktrace when an assertion fails.

PhantomJS 2.1.1 (Mac OS X 0.0.0) Common #range_to_string() handles bad input FAILED
Unspecified AssertionError

So I know which test it is on but not which assertion failed. How can I Get the line number to display?

@maksimr
Copy link
Contributor

maksimr commented Mar 17, 2017

@ehartford karma-mocha does not support this options now.

Pull Request are welcome

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants