Tests failing because called `mount()` without a global document
Seth10001 opened this issue · 2 comments
Seth10001 commented
Describe the bug
The tests are currently failing on master with the following error:
Test suite failed to run
It looks like you called `mount()` without a global document being loaded.
To Reproduce
Steps to reproduce the behavior:
- npm run jest
davidhu2000 commented
probably need to get rid of enzyme and replace with RTL
davidhu2000 commented
closing this in favor of #472