(revoked: string[])
| 98 | })(); |
| 99 | |
| 100 | const setup = (revoked: string[]) => |
| 101 | makeTestExecutor({ plugins: [revokingPlugin(revoked)] as const }).pipe( |
| 102 | Effect.tap((executor) => executor.demo.seed()), |
| 103 | ); |
| 104 | |
| 105 | const REF = { |
| 106 | owner: "org", |
no test coverage detected