axios + axios-mock-adapter + redux-mock-store + redux-thunk + unit test case in jest

后端 未结 0 521
孤城傲影
孤城傲影 2021-01-20 06:26

I am writing test for axios api. Here is my method.

const getEmployees = () => (dispatch) => {
  dispatch(showLoader())
  console.log(\' ------------ ca         


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