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