| 1 | /* eslint-disable no-console */ |
| 2 | import { existsSync, readFileSync, writeFileSync } from 'fs'; |
| 3 | import { join } from 'path'; |
| 4 | import { assert, beforeAll, beforeEach, describe, expect, test } from 'vitest'; |
nothing calls this directly
no test coverage detected