問題タブ [combinelatest]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - Async Pipe の jasmine テスト ケースの書き方
非同期パイプ (有効) の Jasmine Unit テスト ケースを作成するにはどうすればよいですか? 私は次の方法を試しました
rxjs - CombineLatest rxjs Angular の Jasmine Unit テスト ケースの書き方
mycomponent.ts
data.service.service.ts
app.component.html
app.spec.ts
staticDatamock.ts
app.spec.ts の CombineLatest 演算子 anf filterData をカバーするためにテスト ケースを追加しましたが、必要なコードが失敗します。そして、filterData を呼び出すという私の期待は失敗しました。CombineLatest は、valueChange でイベントを発生させ、API からデータを取得します。スペックファイル内にモックとsetValueを作成できますが、まだ機能していません。