| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import { vercelWaitUntil } from '../../../src/utils/vercelWaitUntil'; |
| 3 | import { GLOBAL_OBJ } from '../../../src/utils/worldwide'; |
| 4 |
nothing calls this directly
no test coverage detected