(this: Context)
| 194 | } |
| 195 | |
| 196 | async function afterEachLogging(this: Context) { |
| 197 | if (this.currentTest == null) return; |
| 198 | this.configuration.afterEachLogging(this); |
| 199 | } |
| 200 | |
| 201 | function checkFlakyTestList(this: Context) { |
| 202 | const allTests: string[] = []; |
nothing calls this directly
no test coverage detected