Skip to content

Commit

Permalink
Remove type conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Oct 27, 2019
1 parent fd0f776 commit cd70978
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e/transform/transform-testrunner/test-runner.ts
Expand Up @@ -26,9 +26,11 @@ export default async function testRunner(
duration: 2,
failureMessages: [],
fullName: 'sample test',
location: null,
numPassingAsserts: 1,
status: 'passed',
title: 'sample test',
},
],
} as TestResult;
};
}

0 comments on commit cd70978

Please sign in to comment.