1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-09-28 03:58:59 +02:00
market/tests/unit/setupTests.ts
2020-05-07 09:03:30 +03:00

7 lines
127 B
TypeScript

import '@testing-library/jest-dom/extend-expect'
beforeAll(() => {
require('./__mocks__/matchMedia')
jest.mock('web3')
})