| 1 | // Note: These tests run the handler in Node.js, which has some differences to the cloudflare workers runtime. |
| 2 | // Although this is not ideal, this is the best we can do until we have a better way to test cloudflare workers. |
| 3 | |
| 4 | import { beforeEach, describe, expect, test, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected