Skip to content

Commit

Permalink
add missing failureDetails: []
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Feb 21, 2023
1 parent 0e24922 commit cf96b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/transform/transform-esm-testrunner/test-runner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default async function testRunner(
{
ancestorTitles: [],
duration: 2,
failureDetails: [],
failureMessages: [],
fullName: 'sample test',
location: null,
Expand Down
1 change: 1 addition & 0 deletions e2e/transform/transform-testrunner/test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default async function testRunner(
{
ancestorTitles: [],
duration: 2,
failureDetails: [],
failureMessages: [],
fullName: 'sample test',
location: null,
Expand Down

0 comments on commit cf96b70

Please sign in to comment.