| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import { getClient, getCurrentScope } from '../../../src/currentScopes'; |
| 3 | import { createConsolaReporter } from '../../../src/integrations/consola'; |
| 4 | import { _INTERNAL_captureLog } from '../../../src/logs/internal'; |
nothing calls this directly
no test coverage detected