| 1 | import * as SentryCore from '@sentry/core'; |
| 2 | import { afterEach, beforeAll, beforeEach, describe, expect, spyOn, test } from 'bun:test'; |
| 3 | import { init } from '../../src'; |
| 4 | import { instrumentBunServe } from '../../src/integrations/bunserver'; |
nothing calls this directly
no test coverage detected