davidhu2000/react-spinners

Tests failing because called `mount()` without a global document

Seth10001 opened this issue · 2 comments

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:

  1. npm run jest

probably need to get rid of enzyme and replace with RTL

closing this in favor of #472