()
| 43 | })); |
| 44 | |
| 45 | const makeExecutor = () => createExecutor(makeTestConfig({ plugins: [emptyPlugin()] as const })); |
| 46 | |
| 47 | describe("executeWithPause failure propagation", () => { |
| 48 | it.effect("surfaces a fast codeExecutor failure as an Exit.Failure", () => |
no test coverage detected