| 1 | import path from 'node:path'; |
| 2 | import { fileURLToPath } from 'node:url'; |
| 3 | import { type AuditOutputs, DEFAULT_PERSIST_CONFIG } from '@code-pushup/models'; |
| 4 | import { createRunnerFunction } from './runner.js'; |
nothing calls this directly
no test coverage detected