| 1 | import type { Config } from 'lighthouse'; |
| 2 | import { runLighthouse } from 'lighthouse/cli/run.js'; |
| 3 | import type { Result } from 'lighthouse/types/lhr/audit-result'; |
| 4 | import { DEFAULT_PERSIST_CONFIG } from '@code-pushup/models'; |
nothing calls this directly
no test coverage detected