How to test a Redux-enabled component with React Testing Library?

后端 未结 0 373
北荒
北荒 2021-02-09 00:39

I\'m struggling to test a React component without using the rerender function.

function renderDom(component, store) {
  return {
    ...render(

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