Executing unit test using jest not covering a callback function inside a function

前端 未结 0 1878
眼角桃花
眼角桃花 2021-01-02 11:06

I have this function

1: 
function OnRangeChange(elementID) {
    const element = document.getElementById(elementID);
    const queryName = element.getAttribut         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题