mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
ca3aa7b08d
* Upgrade style from Enzyme to React Testing Library * Use real i18n provider instead of a fake one so that we can look for English text instead of just i18n strings, improving readability
7 lines
295 B
JavaScript
7 lines
295 B
JavaScript
export { screen, fireEvent } from '@testing-library/react';
|
|
export { createSwapsMockStore } from './mock-store';
|
|
export { renderWithProvider } from './rendering';
|
|
export { setBackgroundConnection } from './background';
|
|
export * as MOCKS from './mocks';
|
|
export * as CONSTANTS from './constants';
|