fix lint
This commit is contained in:
parent
709de8ff03
commit
3e38b89e05
|
|
@ -641,10 +641,4 @@ function createSnippets(stepsInFile: MultiMap<string, TestStep>) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function projectSuite(suite: Suite): Suite {
|
|
||||||
while (suite.parent?.parent)
|
|
||||||
suite = suite.parent;
|
|
||||||
return suite;
|
|
||||||
}
|
|
||||||
|
|
||||||
export default HtmlReporter;
|
export default HtmlReporter;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue