* Exit silently * * @private * @method onInterrupt
()
| 65 | * @method onInterrupt |
| 66 | */ |
| 67 | onInterrupt() { |
| 68 | // We don't have any hanging promise to resolve here because the SIGINT is |
| 69 | // captured and handled by testem |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | module.exports = TestServerTask; |
nothing calls this directly
no outgoing calls
no test coverage detected