a.js 67 B

123
  1. var b = require('./b');
  2. t.equal(b, 'foo');
  3. module.exports = 'bar';