(filename)
| 1749 | }); |
| 1750 | |
| 1751 | function fixture(filename) { |
| 1752 | return ( |
| 1753 | process.execPath + " " + path.join(__dirname, "fixtures", filename) |
| 1754 | ); |
| 1755 | } |
| 1756 | |
| 1757 | it("should stop socket and timers", (done) => { |
| 1758 | exec(fixture("server-close.js"), done); |