2014-04-01 00:47:41 -06:00

12 lines
199 B
JavaScript

module.exports=require('../../theory')
('check',function(a){
describe('sub',function(){
it('c',function(){
expect(a.f).to.be('g');
});
});
return a;
},{
'../d':1
,'./e':'f'
});