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