| 1 | import { vol } from 'memfs'; |
| 2 | import type { Report } from '@code-pushup/models'; |
| 3 | import { REPORT_MOCK, reportMock } from '@code-pushup/test-fixtures'; |
| 4 | import { MEMFS_VOLUME } from '@code-pushup/test-utils'; |
nothing calls this directly
no test coverage detected