How to test component methods and state when testing a redux form?

前端 未结 0 1003
轮回少年
轮回少年 2021-02-19 05:36

I am testing a redux form. Here is my setup function-

const setup = (props = {}) => {
//Mock store
  const store = storeFactory({});
  const setupProps = { ...         


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