Skip to content

Commit

Permalink
Merge pull request #205 from MasonBergstrom/todo-tests-no-outcome
Browse files Browse the repository at this point in the history
Fixed an issue where todo tests wouldn't be given an outcome as part of the UnitTestResults
  • Loading branch information
no23reason authored May 5, 2020
2 parents 59b6603 + fd6635a commit a909c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const testOutcomeTable: { [outcome: string]: string } = {
failed: "Failed",
passed: "Passed",
pending: "NotExecuted",
todo: "NotExecuted",
};

export const defaultOutputFile = "test-results.trx";
Expand Down

0 comments on commit a909c02

Please sign in to comment.