Function
executeProcess
(
cfg: import('@code-pushup/utils').ProcessConfig,
)
Source from the content-addressed store, hash-verified
| 4 | * This is a workaround for Nx only supporting plugins in CommonJS format. |
| 5 | */ |
| 6 | export async function executeProcess( |
| 7 | cfg: import('@code-pushup/utils').ProcessConfig, |
| 8 | ): Promise<import('@code-pushup/utils').ProcessResult> { |
| 9 | const { executeProcess: executeProcessFromUtils } = await import( |
| 10 | '@code-pushup/utils' |
| 11 | ); |
| 12 | return executeProcessFromUtils(cfg); |
| 13 | } |
Tested by
no test coverage detected