(ctx, fn)
| 60 | |
| 61 | it('should check that propertyDescriptor gets back after resetting timers', (t) => { |
| 62 | const getDescriptor = (ctx, fn) => Object.getOwnPropertyDescriptor(ctx, fn); |
| 63 | const getCurrentTimersDescriptors = () => { |
| 64 | const timers = [ |
| 65 | 'setTimeout', |
no outgoing calls
no test coverage detected