augmented-reality
augmented-reality copied to clipboard
Try using Enzyme instead of React Testing Library
- 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 ofshallow().
This isn't to merge, just an exploration.