(err, data)
| 11 | this.timeout(5000); |
| 12 | |
| 13 | function handler(err, data) { |
| 14 | expect(err).to.be.null; |
| 15 | expect(data).to.be.a('array'); |
| 16 | done(); |
| 17 | } |
| 18 | |
| 19 | docker.listPlugins({}, handler); |
| 20 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…