| 26 | |
| 27 | // this is valid because it has no dependencies |
| 28 | export class ValidService2 extends Effect.Service<ValidService2>()("ValidService2", { |
| 29 | succeed: { value: 3 } |
| 30 | }) { |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected