Files
adyen-web/packages/lib/config/setupTests.ts
Guilherme Ribeiro 8fad8fc274 Forwarding Component props when creating Component from Action (#1922)
* feat: pix countdown fix

* feat: finished tests

* feat: removed log

* feat: more test

* fix: types

* feat: getting prop from element instead of creating global payment method config

* feat: clean up

* feat: fix tsconfig
2023-01-03 11:20:20 +02:00

8 lines
226 B
TypeScript

import { configure } from 'enzyme';
import '@testing-library/jest-dom';
import Adapter from 'enzyme-adapter-preact-pure';
import './testMocks/matchMedia';
import './testMocks/i18nMock';
configure({ adapter: new Adapter() });