(path: string, token: string)
| 66 | ); |
| 67 | |
| 68 | const get = (path: string, token: string) => |
| 69 | handler(new Request(`${BASE}${path}`, { headers: asMember(token) })); |
| 70 | |
| 71 | /** Join the instance for real: mint an invite as the bootstrap admin, redeem it. |
| 72 | * This is a legitimate, fully authenticated member of the instance org — the |
no test coverage detected