()
| 56 | } |
| 57 | |
| 58 | function checkForced() { |
| 59 | const worker = cluster.fork(); |
| 60 | worker |
| 61 | .on('online', common.mustCall(() => worker.process.disconnect())) |
| 62 | .on('exit', common.mustCall((status) => assert.strictEqual(status, 0))); |
| 63 | } |
no test coverage detected