| 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 type { ExecutionContext } from '@cloudflare/workers-types'; |
nothing calls this directly
no test coverage detected