How to make an rxjs marble sync grouping only take up one frame

前端 未结 1 1838
盖世英雄少女心
盖世英雄少女心 2021-01-14 16:52

According to https://github.com/ReactiveX/rxjs/blob/master/doc/writing-marble-tests.md

\'--(abc)-|\': on frame 20, emit a, b, and c, then on frame 80 complet         


        
相关标签:
1条回答
  • 2021-01-14 17:20

    cartant has answered this question in his comment.

    There's no way to do it - sync groups will always take up extra frames even though all members occur in the frame of the opening bracket.

    0 讨论(0)
提交回复
热议问题