(decEndpoint)
| 33 | } |
| 34 | |
| 35 | function create(decEndpoint) { |
| 36 | if (typeof decEndpoint === 'string') { |
| 37 | decEndpoint = { source: decEndpoint }; |
| 38 | } |
| 39 | |
| 40 | return new GitResolver(decEndpoint, defaultConfig(), logger); |
| 41 | } |
| 42 | |
| 43 | describe('misc', function() { |
| 44 | it.skip('should error out if git is not installed'); |
no test coverage detected
searching dependent graphs…