()
| 44 | } |
| 45 | |
| 46 | async function callGet() { |
| 47 | const request = createMockRequest('GET') |
| 48 | const response = await GET(request, buildParams()) |
| 49 | return { status: response.status, body: await response.json() } |
| 50 | } |
| 51 | |
| 52 | describe('GET /api/workspaces/[id]/owner-billing', () => { |
| 53 | beforeEach(() => { |
no test coverage detected