Skip to content

Commit 94e2a77

Browse files
committed
Remove type conversion
1 parent e80d67b commit 94e2a77

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

e2e/transform/transform-testrunner/test-runner.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ export default async function testRunner(
2626
duration: 2,
2727
failureMessages: [],
2828
fullName: 'sample test',
29+
location: null,
30+
numPassingAsserts: 1,
2931
status: 'passed',
3032
title: 'sample test',
3133
},
3234
],
33-
} as TestResult;
35+
};
3436
}

0 commit comments

Comments
 (0)