| 1 | import type { ViteUserConfig } from 'vitest/config' |
| 2 | import type { TestFsStructure } from '../../test-utils' |
| 3 | import { platform } from 'node:os' |
| 4 | import { describe, expect, test } from 'vitest' |
nothing calls this directly
no test coverage detected