()
| 9 | let patchedConfig = _.cloneDeep(userConfig); |
| 10 | |
| 11 | function bootstrap () { |
| 12 | |
| 13 | // Return the patched config |
| 14 | return { |
| 15 | config: patchedConfig, |
| 16 | repo, |
| 17 | clean, |
| 18 | util, |
| 19 | files |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | export { |
| 24 | bootstrap |
no outgoing calls
no test coverage detected