mirror of
https://github.com/amark/gun.git
synced 2025-06-08 15:16:42 +00:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
describe('seq',function(){
|
|
it('a',function(){
|
|
expect(root.Dep).to.be.ok();
|
|
});
|
|
});
|
|
root.DepA = 2; |