()
| 73 | }))(); |
| 74 | |
| 75 | const setup = () => |
| 76 | makeTestExecutor({ plugins: [demoPlugin] as const }).pipe( |
| 77 | Effect.tap((executor) => executor.demo.seed()), |
| 78 | ); |
| 79 | |
| 80 | describe("connections.create", () => { |
| 81 | it.effect("inline value writes to the default writable provider and produces tools", () => |
no test coverage detected