| 190 | } |
| 191 | |
| 192 | export class TestWorkspace extends Context.Service<TestWorkspace, TestWorkspaceHarness>()( |
| 193 | "executor-sdk/TestWorkspace", |
| 194 | ) { |
| 195 | static readonly current = < |
nothing calls this directly
no outgoing calls
no test coverage detected