This repository was archived by the owner on May 15, 2026. It is now read-only.
Commit e8f83a0
committed
fix(test): update tests for firmware provider integration
- Add firmware provider to router model expectations in ClineProvider.spec.ts (3 tests)
- Add firmware provider to router model expectations in webviewMessageHandler.spec.ts (4 tests)
- Update mock call sequences to include firmware provider (placed after chutes, before litellm)
All tests now pass (5161 passed). The firmware provider was recently added to the
dynamic providers list and these tests needed to be updated to include it in their
expected routerModels objects.1 parent 6e9911f commit e8f83a0
2 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2643 | 2643 | | |
2644 | 2644 | | |
2645 | 2645 | | |
| 2646 | + | |
2646 | 2647 | | |
2647 | 2648 | | |
2648 | 2649 | | |
| |||
2682 | 2683 | | |
2683 | 2684 | | |
2684 | 2685 | | |
| 2686 | + | |
2685 | 2687 | | |
2686 | 2688 | | |
2687 | 2689 | | |
| |||
2696 | 2698 | | |
2697 | 2699 | | |
2698 | 2700 | | |
| 2701 | + | |
2699 | 2702 | | |
2700 | 2703 | | |
2701 | 2704 | | |
| |||
2817 | 2820 | | |
2818 | 2821 | | |
2819 | 2822 | | |
| 2823 | + | |
2820 | 2824 | | |
2821 | 2825 | | |
2822 | 2826 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| 328 | + | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
| |||
415 | 416 | | |
416 | 417 | | |
417 | 418 | | |
| 419 | + | |
418 | 420 | | |
419 | 421 | | |
420 | 422 | | |
| |||
445 | 447 | | |
446 | 448 | | |
447 | 449 | | |
| 450 | + | |
448 | 451 | | |
449 | 452 | | |
450 | 453 | | |
| |||
490 | 493 | | |
491 | 494 | | |
492 | 495 | | |
| 496 | + | |
493 | 497 | | |
494 | 498 | | |
495 | 499 | | |
| |||
511 | 515 | | |
512 | 516 | | |
513 | 517 | | |
| 518 | + | |
514 | 519 | | |
515 | 520 | | |
516 | 521 | | |
| |||
567 | 572 | | |
568 | 573 | | |
569 | 574 | | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
570 | 582 | | |
571 | 583 | | |
572 | 584 | | |
| |||
0 commit comments