augmented-reality icon indicating copy to clipboard operation
augmented-reality copied to clipboard

Try to use basic react-dom rendering for component tests

Open kienstra opened this issue 5 years ago • 0 comments

  • Try testing via ReactDOM.render() instead of React Testing Library
  • Not very different from React Testing Library, but its helper methods were nice
  • Added a helper method hasTextContent(), though maybe there'd be a better way to do this

kienstra avatar Feb 24 '20 03:02 kienstra