mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 09:44:53 +01:00
7 lines
127 B
TypeScript
7 lines
127 B
TypeScript
import '@testing-library/jest-dom/extend-expect'
|
|
|
|
beforeAll(() => {
|
|
require('./__mocks__/matchMedia')
|
|
jest.mock('web3')
|
|
})
|