問題タブ [lit-element]
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.
589 問題
0
投票する
1
に答える
1550
参照
unit-testing - firstUpdated での LitElement イベントの単体テスト
私は単純なミックスインを持っています:
my-event
が解雇されたかどうかをテストしたい。これは私のテストです:
これは期待どおりに機能しますが、行についてはわかりませんsetTimeout(() => el.firstUpdated());
。firstUpdated
の後に呼び出されるべきではありませんawait fixture
か? open-wc の testing guideに従っているだけです。