mirror of
https://github.com/amark/gun.git
synced 2025-06-09 07:36:44 +00:00
12 lines
199 B
JavaScript
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'
|
|
}); |