()
| 32 | |
| 33 | setTimeout(fsTest, 50); |
| 34 | function fsTest() { |
| 35 | const f = JSON.stringify(__filename); |
| 36 | child.stdin.write(`fs.readFile(${f}, thrower);\n`); |
| 37 | setTimeout(eeTest, 50); |
| 38 | } |
| 39 | |
| 40 | function eeTest() { |
| 41 | child.stdin.write('setTimeout(function() {\n' + |
nothing calls this directly
no test coverage detected
searching dependent graphs…