(filename)
| 8 | describe("node.js", () => { |
| 9 | describe("autoRef option", () => { |
| 10 | const fixture = (filename) => |
| 11 | process.execPath + " " + path.join(__dirname, "fixtures", filename); |
| 12 | |
| 13 | it("should stop once the timer is triggered", (done) => { |
| 14 | exec(fixture("unref.js"), done); |