問題タブ [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.

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

unit-testing - firstUpdated での LitElement イベントの単体テスト

私は単純なミックスインを持っています:

my-eventが解雇されたかどうかをテストしたい。これは私のテストです:

これは期待どおりに機能しますが、行についてはわかりませんsetTimeout(() => el.firstUpdated());firstUpdatedの後に呼び出されるべきではありませんawait fixtureか? open-wc の testing guideに従っているだけです。