mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
* 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
8 lines
226 B
TypeScript
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() });
|