| 1 | import * as SentryCore from '@sentry/core'; |
| 2 | import { Hono } from 'hono'; |
| 3 | import { afterAll, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { applyPatches, earlyPatchHono } from '../../src/shared/applyPatches'; |
nothing calls this directly
no test coverage detected