()
| 94 | return PromiseResolve(); |
| 95 | }, |
| 96 | async waitForBuildPhase() { |
| 97 | if (harness.buildSuites.length > 0) { |
| 98 | await SafePromiseAllReturnVoid(harness.buildSuites); |
| 99 | } |
| 100 | |
| 101 | buildPhaseDeferred.resolve(); |
| 102 | }, |
| 103 | }; |
| 104 | |
| 105 | harness.resetCounters(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…