| 8 | import { describe, expect, it } from "vitest" |
| 9 | |
| 10 | interface Foo { |
| 11 | value: number |
| 12 | } |
| 13 | const foo = Context.Tag<Foo>() |
| 14 | |
| 15 | const { useResult } = RuntimeProvider.makeFromLayer(Layer.succeed(foo, { value: 1 })) |
nothing calls this directly
no outgoing calls
no test coverage detected