()
| 7973 | console.log("TODO: BUG! Upgrade UNION tests to new internal API!"); |
| 7974 | return; |
| 7975 | var gun = Gun(), g = function(){ |
| 7976 | return Gun({wire: {get: ctx.get}}); |
| 7977 | }, ctx = {gen: 9, extra: 100, network: 2}; |
| 7978 | |
| 7979 | it('prep hook', function(done){ |
| 7980 | this.timeout(ctx.gen * ctx.extra); |