Skip to content

Commit a909c02

Browse files
authored
Merge pull request #205 from MasonBergstrom/todo-tests-no-outcome
Fixed an issue where todo tests wouldn't be given an outcome as part of the UnitTestResults
2 parents 59b6603 + fd6635a commit a909c02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const testOutcomeTable: { [outcome: string]: string } = {
77
failed: "Failed",
88
passed: "Passed",
99
pending: "NotExecuted",
10+
todo: "NotExecuted",
1011
};
1112

1213
export const defaultOutputFile = "test-results.trx";

0 commit comments

Comments
 (0)