mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
22795e251f
* Setup create-react-app and typescript Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
import '@testing-library/jest-dom'
|
|
import { configure } from 'enzyme';
|
|
import Adapter from 'enzyme-adapter-react-16';
|
|
|
|
process.env.TZ = 'UTC';
|
|
configure({ adapter: new Adapter() });
|