(name: string, scenario: (serverPath: ServerPath) => Effect.Effect<A, E, TestScope>)
| 219 | } |
| 220 | |
| 221 | function serverPathParity<A, E>(name: string, scenario: (serverPath: ServerPath) => Effect.Effect<A, E, TestScope>) { |
| 222 | it.live(name, scenario("raw")) |
| 223 | } |
| 224 | |
| 225 | function withProject<A, E, E2 = never>( |
| 226 | serverPath: ServerPath, |