| 1 | import type { RunnerTestFile } from 'vitest' |
| 2 | import { faker } from '@faker-js/faker' |
| 3 | import { beforeEach, describe, expect, it } from 'vitest' |
| 4 | import { config } from '~/composables/client' |
nothing calls this directly
no test coverage detected