UNPKG

265 BJavaScriptView Raw
1t.equal(eval('typeof process'), 'object');
2t.equal(eval('typeof process.nextTick'), 'function');
3t.equal(eval('typeof global'), 'object');
4t.equal(eval('global.xyz'), 555);
5t.equal(eval('typeof __filename'), 'string');
6t.equal(eval('typeof __filename'), 'string');