| 195 | } |
| 196 | |
| 197 | export class TestWorkspace extends Context.Service<TestWorkspace, TestWorkspaceHarness>()( |
| 198 | "executor-sdk/TestWorkspace", |
| 199 | ) { |
| 200 | static readonly current = < |
nothing calls this directly
no outgoing calls
no test coverage detected