| 80 | }; |
| 81 | |
| 82 | const updateBasePath = config => { |
| 83 | if (config.basePath) { |
| 84 | config.basePath = new URL( |
| 85 | config.basePath, |
| 86 | process.env.TEST_HOST |
| 87 | ).href; |
| 88 | } |
| 89 | }; |
| 90 | |
| 91 | // Config as function |
| 92 | if (typeof options.config === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…