()
| 410 | buildCleanupWasCalled = false; |
| 411 | options.Builder = class Builder extends CoreObject { |
| 412 | cleanup() { |
| 413 | buildCleanupWasCalled = true; |
| 414 | } |
| 415 | }; |
| 416 | options.Watcher = class Watcher extends CoreObject { |
| 417 | static build() { |
no outgoing calls
no test coverage detected