TypeError: _ is not a function while writing jest unit test case in react

前端 未结 0 676
说谎
说谎 2021-02-18 16:12

I have a function as shown below

export const getTopL1L2Errors = (data) => {
    const dataByPriority = [];
    data.forEach((record, counter) => {
                 


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