(revoked: string[])
| 66 | })(); |
| 67 | |
| 68 | const setup = (revoked: string[]) => |
| 69 | makeTestExecutor({ plugins: [revokingPlugin(revoked)] as const }).pipe( |
| 70 | Effect.tap((executor) => executor.demo.seed()), |
| 71 | ); |
| 72 | |
| 73 | const REF = { |
| 74 | owner: "org", |
no test coverage detected