(s, reason)
| 12 | } |
| 13 | |
| 14 | function assertRejected(s, reason) { |
| 15 | assert.equals(s.state, 'rejected'); |
| 16 | assert.same(s.reason, reason); |
| 17 | } |
| 18 | |
| 19 | buster.testCase('when.settle', { |
| 20 | 'should settle empty array': function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…