Commit b3e344f
fix(rokt-capi): repair interleaved test blocks broken by merge conflict resolution (#3887)
PR #3808 merged a bad merge-conflict resolution that spliced two rokt-capi
'send' tests together: 'should not send empty or whitespace-only strings as
hashed values' lost its .reply()/testAction()/closing, and its mapping fields
were mashed into the following test's mapping (missing comma after `ip: ' '`),
producing a TS1005 syntax error that fails compilation and the test suite on main.
De-interleave the two tests into separate, complete `it` blocks. All 23
rokt-capi tests pass.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b2fcd60 commit b3e344f
1 file changed
Lines changed: 35 additions & 22 deletions
Lines changed: 35 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
648 | 683 | | |
649 | 684 | | |
650 | 685 | | |
| |||
712 | 747 | | |
713 | 748 | | |
714 | 749 | | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | | - | |
719 | | - | |
720 | | - | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | 750 | | |
738 | 751 | | |
739 | 752 | | |
| |||
0 commit comments