main.js 87 Bytes Raw Blame History Permalink 1 2 3 4 var localA = require('./a.js'); var globalA = require('a'); t.equal(localA, globalA);