(done)
| 19 | return next(expectedError); |
| 20 | } |
| 21 | function getErrorTest(done) { |
| 22 | return function(err) { |
| 23 | expect(err).to.eql(expectedError); |
| 24 | done(); |
| 25 | }; |
| 26 | } |
| 27 | |
| 28 | describe('use', function() { |
| 29 | it('returns itself to allow chaining', function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…