1 2 3 4 5 6 7 8 9
setTimeout(() => { console.log("TEST FAILED!"); }, 100) .ref() .unref(); setTimeout(() => { // this one should always run }, 1);