Suite result status added when suite is complete
- This makes it easier to detect afterAll failures, because we can rely only complete runnables having statuses [#78306786 & #73741654]
This commit is contained in:
@@ -260,7 +260,7 @@ describe("Suite", function() {
|
||||
|
||||
expect(suiteResultsCallback).toHaveBeenCalledWith({
|
||||
id: suite.id,
|
||||
status: '',
|
||||
status: 'finished',
|
||||
description: "with a child suite",
|
||||
fullName: "with a child suite",
|
||||
failedExpectations: []
|
||||
|
||||
Reference in New Issue
Block a user