Attempt at normalizing error stacks across browsers.
Failed expectations now have a `stack` property, remove `trace.stack`
This commit is contained in:
@@ -369,9 +369,7 @@ describe("New HtmlReporter", function() {
|
||||
failedExpectations: [
|
||||
{
|
||||
message: "a failure message",
|
||||
trace: {
|
||||
stack: "a stack trace"
|
||||
}
|
||||
stack: "a stack trace"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user