index.js 109 B

1234
  1. process.nextTick(function () {
  2. t.equal(__filename, '/foo/index.js');
  3. t.equal(__dirname, '/foo');
  4. });