| 1 | import type { MockInstance } from 'vitest'; |
| 2 | import { osAgnosticPath } from '@code-pushup/test-utils'; |
| 3 | import { ENV } from '../../../mocks/fixtures/env.js'; |
| 4 | import { globalConfig, persistConfig, uploadConfig } from './config.js'; |
nothing calls this directly
no test coverage detected