5 lines
109 B
JavaScript

process.nextTick(function () {
t.equal(__filename, '/foo/index.js');
t.equal(__dirname, '/foo');
});