(name: string)
| 16 | import type {Options} from '@formatjs/unplugin' |
| 17 | |
| 18 | function fixturePath(name: string): string { |
| 19 | return join(import.meta.dirname, 'fixtures', name) |
| 20 | } |
| 21 | |
| 22 | // ─── Vite ───────────────────────────────────────────────────────────────────── |
| 23 |
no outgoing calls
no test coverage detected