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

Try using Enzyme instead of React Testing Library

Open kienstra opened this issue 5 years ago • 1 comments

  • Experiment with using Enzyme instead of React Testing Library
  • This seems to be very similar, but maybe because these tests are simple
  • These are trivial changes
  • Shallow-rendering didn't work, as this component has important child components. So this uses mount() instead of shallow().

kienstra avatar Feb 24 '20 02:02 kienstra

This isn't to merge, just an exploration.

kienstra avatar Feb 26 '20 22:02 kienstra