(maxResultBytes?: number)
| 61 | |
| 62 | describe("WorkspaceRuntimeBridge assertResult", () => { |
| 63 | function resultBridge(maxResultBytes?: number) { |
| 64 | return new WorkspaceRuntimeBridge({} as WorkspaceRuntimeCapability, { maxResultBytes }); |
| 65 | } |
| 66 | |
| 67 | it("accepts a JSON-compatible value", async () => { |
| 68 | await expect( |