How to test integration with this package? it seems Jest and jsom don't implement DOMRect
#236
Labels
improvement
Something could be changed
DOMRect
#236
What is the problem?
The features seem to be working normally in a real Browser, but they can't be tested because Jest and JsDom don't implement the
DOMRect
class.What is the current behavior?
Jest fails immediately because
DOMRect
isn't implemented.What is the expected behavior?
it should be possible to test this package using Jest and JsDom.
The text was updated successfully, but these errors were encountered: