(maxParallelAgentTasks = 3, maxTaskNestingDepth = 3)
| 197 | }; |
| 198 | |
| 199 | function testTaskSettings(maxParallelAgentTasks = 3, maxTaskNestingDepth = 3): TestTaskSettings { |
| 200 | return { maxParallelAgentTasks, maxTaskNestingDepth }; |
| 201 | } |
| 202 | |
| 203 | function projectWorkspace( |
| 204 | projectPath: string, |
no outgoing calls
no test coverage detected