()
| 311 | // -------------------------------------------------------------------------- |
| 312 | |
| 313 | async runAll(): Promise<void> { |
| 314 | await this.testBasicTools(); |
| 315 | await this.testBuiltinSkills(); |
| 316 | await this.testFileOperations(); |
| 317 | await this.testSearchOperations(); |
| 318 | await this.testDirectToolCalls(); |
| 319 | await this.testStreaming(); |
| 320 | await this.testQueueConfig(); |
| 321 | await this.testConversationHistory(); |
| 322 | } |
| 323 | } |
| 324 | |
| 325 | // ============================================================================ |
no test coverage detected