c.js 86 Bytes Raw Blame History Permalink 1 2 3 4 var b = require('./b'); var a = require('./a'); t.equal(b, 'foo'); t.equal(a, 'bar');