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