| 1 | // Set LAMBDA_TASK_ROOT before any imports so consoleIntegration uses patchWithDefineProperty |
| 2 | process.env.LAMBDA_TASK_ROOT = '/var/task'; |
| 3 | |
| 4 | import { afterAll, describe, expect, it, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected