()
| 35 | })); |
| 36 | |
| 37 | const makeExecutor = () => createExecutor(makeTestConfig({ plugins: [emptyPlugin()] as const })); |
| 38 | |
| 39 | describe("executeWithPause failure propagation", () => { |
| 40 | it.effect("surfaces a fast codeExecutor failure as an Exit.Failure", () => |
no test coverage detected