mirror of
https://github.com/amark/gun.git
synced 2025-06-07 22:56:42 +00:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
module.exports=require('../theory')
|
|
('d',function(a){
|
|
describe('d',function(){
|
|
it('z',function(){
|
|
expect(root.ZERO).to.be(0);
|
|
});
|
|
});
|
|
return 'd';
|
|
},['./sub/z','./sub/add']); |