()
| 7 | const STACK_POSITION = 2 |
| 8 | |
| 9 | async function getConfig() { |
| 10 | if (!Config) { |
| 11 | const ConfigModule = await import('../config.js') |
| 12 | Config = ConfigModule.default || ConfigModule |
| 13 | } |
| 14 | return Config |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * @param {*} step |
no outgoing calls
no test coverage detected