| 1 | import { vol } from 'memfs'; |
| 2 | import { CONFIG_FILE_NAME, type CoreConfig } from '@code-pushup/models'; |
| 3 | import { MEMFS_VOLUME } from '@code-pushup/test-utils'; |
| 4 | import { autoloadRc } from './read-rc-file.js'; |
nothing calls this directly
no test coverage detected