tick.js 51 B

123
  1. process.nextTick(function () {
  2. t.ok(true);
  3. });