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