(prefix?: string)
| 98 | }; |
| 99 | |
| 100 | export const generateRandomShortname = (prefix?: string) => |
| 101 | `${prefix ?? ""}${randomStringSuffix()}`; |
| 102 | |
| 103 | export const createTestUser = async ( |
| 104 | context: ImpureGraphContext<false, true>, |
no test coverage detected