Especially when developing sort-of test driven, it would be really useful if busted output a full stack trace for tests failing with an error. I can't seem to find a busted option that would allow this.
Is there any way I can get a full stack trace instead of just a one-line error message?
Run busted -v
as per this issue.