mirror of https://github.com/lukechilds/node.git
isaacs
14 years ago
committed by
Ryan Dahl
3 changed files with 20 additions and 3 deletions
@ -0,0 +1,4 @@ |
|||
var assert = require('assert'); |
|||
assert.notEqual(module, require.main, 'require.main should not == module'); |
|||
assert.notEqual(module, process.mainModule, |
|||
'process.mainModule should not === module'); |
Loading…
Reference in new issue