Jest enzyme unit testing axios.get() axios.post()

前端 未结 0 585
Happy的楠姐
Happy的楠姐 2020-12-02 12:59

My code is like

getMasterData = () => {
        axios
            .get(url + "getAllQuestionsDropdownValues")
            .then((response) =>          


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