| 1 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import * as Sentry from '../../src/light'; |
| 3 | import { LightNodeClient } from '../../src/light/client'; |
| 4 | import { cleanupLightSdk, mockLightSdkInit, resetGlobals } from '../helpers/mockLightSdkInit'; |
nothing calls this directly
no test coverage detected