| 177 | } |
| 178 | |
| 179 | export class TestWorkspace extends Context.Service<TestWorkspace, TestWorkspaceHarness>()( |
| 180 | "executor-sdk/TestWorkspace", |
| 181 | ) { |
| 182 | static readonly current = < |
nothing calls this directly
no outgoing calls
no test coverage detected