UNPKG

93 BJavaScriptView Raw
1t.equal(require('aaa'), 'AX');
2t.equal(require('bbb'), 'BY');
3t.equal(require('ccc'), 'CX');