(state: InstanceState.InstanceState<A, E>, dir: string)
| 16 | const it = testEffect(Layer.mergeAll(LayerNode.compile(CrossSpawnSpawner.node), testInstanceStoreLayer)) |
| 17 | |
| 18 | const access = <A, E>(state: InstanceState.InstanceState<A, E>, dir: string) => |
| 19 | InstanceState.get(state).pipe(provideInstanceEffect(dir)) |
| 20 | |
| 21 | const tmpdirGitScoped = Effect.gen(function* () { |
| 22 | const dir = yield* tmpdirScoped({ git: true }) |
no test coverage detected