問題タブ [angular-testing-library]

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.

0 投票する
1 に答える
17 参照

javascript - 別のサービスからサブジェクトへのサービス サブスクリプションをテストする方法

次のサービスがあります。

dataHasChanged がトリガーされるたびにservice2.reload()、サブスクリプションからデータを受け取るコンポーネントをテストしたいと思います。

私はそれのために次のテストを作成しました:

問題は、サブスクライブのコールバックにあるテストが実行されないことです...そのテストを書く適切な方法は何ですか?