(keyValue: string)
| 177 | const keyB = yield* mintKey("e2e validation-cache key B"); |
| 178 | |
| 179 | const readValidations = (keyValue: string) => |
| 180 | Effect.promise(async () => validationsOf(await workos.ledger.list(500), keyValue)); |
| 181 | |
| 182 | return { target, keyA, keyB, readValidations } as const; |
| 183 | }); |
no test coverage detected