1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
commons/client/src/setupTests.js

5 lines
155 B
JavaScript
Raw Normal View History

2019-07-17 10:09:27 +02:00
import '@testing-library/jest-dom/extend-expect'
2020-03-17 11:54:46 +01:00
import MutationObserver from '@sheerun/mutationobserver-shim'
window.MutationObserver = MutationObserver