()
| 29 | import { GET } from './route' |
| 30 | |
| 31 | function createRequest() { |
| 32 | return createMockRequest( |
| 33 | 'GET', |
| 34 | undefined, |
| 35 | {}, |
| 36 | 'http://localhost:3000/api/cron/renew-subscriptions' |
| 37 | ) |
| 38 | } |
| 39 | |
| 40 | const flushMicrotasks = () => new Promise((resolve) => setTimeout(resolve, 0)) |
| 41 |
no test coverage detected