(time)
| 59 | |
| 60 | it('should preserve key order', function(){ |
| 61 | function timedThunk(time){ |
| 62 | return function(cb){ |
| 63 | setTimeout(cb, time); |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | return co(function *(){ |
| 68 | var before = { |
no outgoing calls
no test coverage detected
searching dependent graphs…