fix types
This commit is contained in:
parent
2adda217f6
commit
f40782d9ac
|
|
@ -515,7 +515,7 @@ class HtmlBuilder {
|
|||
};
|
||||
}
|
||||
|
||||
private _createTestStep(dedupedStep: DedupedStep, result: TestResultPublic): TestStep {
|
||||
private _createTestStep(dedupedStep: DedupedStep, result: api.TestResult): TestStep {
|
||||
const { step, duration, count } = dedupedStep;
|
||||
const testStep: TestStep = {
|
||||
title: step.title,
|
||||
|
|
|
|||
Loading…
Reference in a new issue