()
| 21 | // Note: We must override the default logOnFailure logging, because we are |
| 22 | // not inside a test. |
| 23 | log() { |
| 24 | return; // no output for initial application build |
| 25 | }, |
| 26 | }; |
| 27 | |
| 28 | function handleResult(result) { |
nothing calls this directly
no outgoing calls
no test coverage detected