blob: b3e4b6ed7cf10c20daa8a3e37f2262e066436d78 [file] [log] [blame]
var test = require('test');
var a = require('submodule/a');
var b = require('submodule/b');
test.assert(a.foo == b.foo, 'a and b share foo through a relative require');
test.print('DONE', 'info');