2020-05-26 18:17:24 +02:00

5 lines
109 B
JavaScript

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